diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2014-06-13 08:48:11 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2014-06-13 08:48:11 +0200 |
commit | 373c724f57cf8bd26d00ba2dad393d4cd9e6f985 (patch) | |
tree | 3911995b6bdc61c8f3b581cfd4a1c5acef155a54 /.vimrc | |
parent | Add empty line and stay in normal mode (diff) | |
download | vim_sync-373c724f57cf8bd26d00ba2dad393d4cd9e6f985.tar.xz |
Fix false warning in comment
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ nnoremap <C-k> <C-W>k nnoremap <C-l> <C-W>l "reselect just pasted text -"the same thing does gv command in normal mode +"the similar thing is gv in normal mode - reselect previously selected area nnoremap <leader>p `[V`] "edit operations |