diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/grappele.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/grappele.vim b/plugin/grappele.vim index a86c02a..b21f4b7 100644 --- a/plugin/grappele.vim +++ b/plugin/grappele.vim @@ -8,7 +8,7 @@ nnoremap <silent> <Plug>Grappele :<c-u>call grappele#Grappele(v:count)<cr> nnoremap <silent> <Plug>GrappeleRecall :<c-u>call grappele#Recall()<cr> if !hasmapto('<Plug>Grappele') || !maparg('G', 'n') - nmap G <Plug>Grappele + nnoremap G :<c-u>call grappele#Grappele(v:count)<cr> endif if !hasmapto('<Plug>GrappeleRecall') || !maparg('gG', 'n') |