aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorTeddy Wing2015-07-24 18:16:15 -0400
committerTeddy Wing2015-07-24 18:16:29 -0400
commitd6f92f8f41d4898c56b50a5c972040d6f989b918 (patch)
tree5c7fa2445fc7a57b308d16201c391e7a34a6d2e3 /vimrc
parent9ca56b76c3e80987bc80e580a0d52bc482307057 (diff)
downloaddotvim-d6f92f8f41d4898c56b50a5c972040d6f989b918.tar.bz2
vimrc: Correct spelling in comment
"changes" instead of "changed"
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 720fc0a..f9dd6ad 100644
--- a/vimrc
+++ b/vimrc
@@ -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