aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/grappele.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/grappele.vim')
-rw-r--r--plugin/grappele.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/grappele.vim b/plugin/grappele.vim
index fe531af..be001ea 100644
--- a/plugin/grappele.vim
+++ b/plugin/grappele.vim
@@ -20,14 +20,14 @@ if !maparg('G', 'o')
onoremap <silent> <expr> G grappele#Grappele(v:count)
endif
-if !hasmapto('<Plug>GrappeleRecall') || !maparg('gG', 'n')
+if !hasmapto('<Plug>GrappeleRecall', 'n') || !maparg('gG', 'n')
nmap gG <Plug>GrappeleRecall
endif
-if !hasmapto('<Plug>GrappeleRecall') || !maparg('gG', 'v')
+if !hasmapto('<Plug>GrappeleRecall', 'v') || !maparg('gG', 'v')
vmap gG <Plug>GrappeleRecall
endif
-if !hasmapto('<Plug>GrappeleRecall') || !maparg('gG', 'o')
+if !hasmapto('<Plug>GrappeleRecall', 'o') || !maparg('gG', 'o')
omap gG <Plug>GrappeleRecall
endif