aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-23 00:37:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-23 00:37:49 +1200
commitd06b39884a0c6ee15520807a1adba841599f4eb9 (patch)
tree5fe88ab2c94448c0db3b029919b108380cbe7410 /vim/vimrc
parentAdd [a, ]a shortcuts to cycle through Vim arg list (diff)
downloaddotfiles-d06b39884a0c6ee15520807a1adba841599f4eb9.tar.gz
dotfiles-d06b39884a0c6ee15520807a1adba841599f4eb9.zip
Remove 'spelllang' setting from .vimrc
At least on this system, Vim seems to get this right on its own.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 67a0910e..088aa4a9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -152,12 +152,6 @@ if has('linebreak')
endif
-" Use New Zealand English by default; binding later in this file allow
-" masquerading as a Yankee
-if has('spell')
- set spelllang=en_nz
-endif
-
" When in visual block mode, let me move the cursor anywhere in the buffer;
" don't restrict me only to regions with text
if has('virtualedit')