diff options
author | Teddy Wing | 2015-07-24 18:16:15 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-24 18:16:29 -0400 |
commit | d6f92f8f41d4898c56b50a5c972040d6f989b918 (patch) | |
tree | 5c7fa2445fc7a57b308d16201c391e7a34a6d2e3 | |
parent | 9ca56b76c3e80987bc80e580a0d52bc482307057 (diff) | |
download | dotvim-d6f92f8f41d4898c56b50a5c972040d6f989b918.tar.bz2 |
vimrc: Correct spelling in comment
"changes" instead of "changed"
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -646,7 +646,7 @@ nnoremap <leader>or :execute '!ranger "' . expand('%:p:h') . '"'<cr> " literally (as in "\<lt>cr>"), which is of course not what I wanted. nnoremap <leader>hs $F<i<cr><esc>k0f>a<cr><tab><esc> -" Reload current file (reopen to see changed made outside of vim) +" Reload current file (reopen to see changes made outside of vim) nnoremap <leader>r :edit!<cr> " Allow word movement in command mode |