diff options
-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 11666e2..3237274 100644 --- a/plugin/grappele.vim +++ b/plugin/grappele.vim @@ -4,7 +4,7 @@ endif let g:loaded_grappele = 1 -nnoremap G <Plug>Grappele :<c-u>call grappele#Grappele() +nnoremap <Plug>Grappele :<c-u>call grappele#Grappele() if !hasmapto('<Plug>Grappele') || !maparg('G', 'n') nmap G <Plug>Grappele |