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 b21f4b7..f02e46c 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') -	nnoremap G :<c-u>call grappele#Grappele(v:count)<cr> +	nnoremap <silent> G :<c-u>call grappele#Grappele(v:count)<cr>  endif  if !hasmapto('<Plug>GrappeleRecall') || !maparg('gG', 'n') | 
