aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/grappele.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/grappele.vim b/plugin/grappele.vim
index 5b6a046..fe531af 100644
--- a/plugin/grappele.vim
+++ b/plugin/grappele.vim
@@ -4,8 +4,8 @@ endif
let g:loaded_grappele = 1
-nnoremap <silent> <expr> <Plug>GrappeleRecall grappele#Recall('n')
-vnoremap <silent> <expr> <Plug>GrappeleRecall grappele#Recall('v')
+nnoremap <silent> <expr> <Plug>GrappeleRecall grappele#Recall()
+vnoremap <silent> <expr> <Plug>GrappeleRecall grappele#Recall()
onoremap <silent> <expr> <Plug>GrappeleRecall grappele#ORecall()
if !maparg('G', 'n')