aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 16:15:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 16:15:39 +1200
commit5bc7a679d46f734ad822eec89ddd87f2100469ea (patch)
treefa218f2339503b152a50755649498c183a8ab46d
parentAdjust my complaint about i_CTRL-C (diff)
downloaddotfiles-5bc7a679d46f734ad822eec89ddd87f2100469ea.tar.gz
dotfiles-5bc7a679d46f734ad822eec89ddd87f2100469ea.zip
Correct a word
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ffa332e5..0a246996 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -108,9 +108,9 @@ endif
" versions of Vim, forbid that character. I haven't found the exact patch
" level that this was fixed yet, nor the true reason for the bug.
"
-" If any of those conditions are meant, throw an explanatory error and stop
-" reading this file. Most of the file doesn't depend on MYVIM, but there's
-" no point catering to these edge cases.
+" If any of those conditions are met, throw an explanatory error and stop
+" reading this file. Most of the file doesn't depend on MYVIM, but there's no
+" point catering to these edge cases.
"
if $MYVIM ==# ''
echoerr 'Blank user runtime path'