diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/grappele.vim | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/plugin/grappele.vim b/plugin/grappele.vim index 21c5cc7..f85b2b4 100644 --- a/plugin/grappele.vim +++ b/plugin/grappele.vim @@ -5,8 +5,8 @@ let g:loaded_grappele = 1  nnoremap <silent> <Plug>Grappele grappele#Grappele(v:count, 'n') -nnoremap <silent> <Plug>GrappeleRecall :<C-u>call grappele#Recall('n')<cr> -vnoremap <silent> <Plug>GrappeleRecall :<C-u>call grappele#Recall('v')<cr> +nnoremap <silent> <expr> <Plug>GrappeleRecall grappele#Recall('n') +vnoremap <silent> <expr> <Plug>GrappeleRecall grappele#Recall('v')  onoremap <silent> <expr> <Plug>GrappeleRecall grappele#ORecall()  if !hasmapto('<Plug>Grappele') || !maparg('G', 'n') | 
