aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-21 10:51:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-21 10:53:37 +1200
commit39e6c746e5a610287cd721d619200608b8c22b13 (patch)
tree413a03e0b87957b6df9cba7f2afc977bc0ab39c3 /vim/vimrc
parentArrange .vimrc option in alphabetical order (diff)
downloaddotfiles-39e6c746e5a610287cd721d619200608b8c22b13.tar.gz
dotfiles-39e6c746e5a610287cd721d619200608b8c22b13.zip
Update comment on Vim 'spelllang'
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 84b0bcc2..243d2668 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -153,7 +153,8 @@ if has('linebreak')
endif
-" Use NZ english by default
+" Use New Zealand English by default; binding later in this file allow
+" masquerading as a Yankee
if has('spell')
set spelllang=en_nz
endif