diff options
author | Teddy Wing | 2015-09-13 16:08:52 -0400 |
---|---|---|
committer | Teddy Wing | 2015-09-13 16:08:52 -0400 |
commit | 3620ae942d88ea22d677cea4fa5dab7b10923df0 (patch) | |
tree | 8d055ec632ca9a1b45722f492a8fe7ee21b39746 /plugin | |
parent | 9e821d913b25cd07577dc08fa9db604c6cf2d84f (diff) | |
download | vim-grappele-3620ae942d88ea22d677cea4fa5dab7b10923df0.tar.bz2 |
plugin/grappele.vim: Fix mapping (add missing <cr>)
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 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 |