aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/grappele.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/grappele.vim')
-rw-r--r--plugin/grappele.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/grappele.vim b/plugin/grappele.vim
index e04c8e4..21c5cc7 100644
--- a/plugin/grappele.vim
+++ b/plugin/grappele.vim
@@ -7,7 +7,7 @@ let g:loaded_grappele = 1
nnoremap <silent> <Plug>Grappele grappele#Grappele(v:count, 'n')
nnoremap <silent> <Plug>GrappeleRecall :<C-u>call grappele#Recall('n')<cr>
vnoremap <silent> <Plug>GrappeleRecall :<C-u>call grappele#Recall('v')<cr>
-onoremap <silent> <Plug>GrappeleRecall :<C-u>call grappele#Recall('o')<cr>
+onoremap <silent> <expr> <Plug>GrappeleRecall grappele#ORecall()
if !hasmapto('<Plug>Grappele') || !maparg('G', 'n')
nnoremap <silent> <expr> G grappele#Grappele(v:count, 'n')