aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-07-06 10:57:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-07-06 10:57:03 +1200
commit77d1848b3861aa6a349928f5ced62bbf090f77cd (patch)
tree914c5fb913cc2f841d1ce38dfbdb7fd8be936532
parentTranslate a :let-& call into a :set= one (diff)
downloaddotfiles-77d1848b3861aa6a349928f5ced62bbf090f77cd.tar.gz
dotfiles-77d1848b3861aa6a349928f5ced62bbf090f77cd.zip
Spelling corrections
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1b6e61a5..c2e2f015 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -63,9 +63,9 @@ scriptencoding utf-8
" With encoding handled, we’ll turn our attention to the value of the
" 'runtimepath' option, since any scripts loaded from the paths specified
-" therein control so much of the behaviour of Vim. I’d like to do this as
-" accurately as possible, even with Vim’s unintuitive behavior around escaping
-" of these variables. One of the first things we’ll need to be able to do is
+" therein control so much of the behavior of Vim. I’d like to do this as
+" accurately as possible, even with Vim’s unusual behavior around escaping of
+" these variables. One of the first things we’ll need to be able to do is
" split the value of 'runtimepath' into its constituent path parts.
"
" Splitting the values of these comma-separated options correctly is
@@ -472,7 +472,7 @@ set spellcapcheck=[.?!]\\%(\ \ \\\|[\\n\\r\\t]\\)
" the setting entirely, rather than throwing cryptic errors at the user. None
" of the blacklisted characters are particularly wise characters to have in
" paths, anyway, legal though they may be on Unix filesystems. We can’t work
-" around this one with 'isfname'; the blacklist is hardcoded.
+" around this one with 'isfname'; the blacklist is hard-coded.
"
set dictionary^=/usr/share/dict/words
let s:ref = $MYVIM.'/ref'