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 64d24b5..a4fd3fa 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(v:count)<cr> +nnoremap <silent> <Plug>Grappele :<c-u>call grappele#Grappele(v:count)<cr>  if !hasmapto('<Plug>Grappele') || !maparg('G', 'n')  	nmap G <Plug>Grappele | 
