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