aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 10:28:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 10:28:46 +1200
commit6ffacb16a3cd02460bb72136aa4fbb946c510f08 (patch)
tree7be802e3d593306ea42bee106c8b8245c13f6421 /vim/plugin
parentCorrect case errors in local spell file names (diff)
downloaddotfiles-6ffacb16a3cd02460bb72136aa4fbb946c510f08.tar.gz
dotfiles-6ffacb16a3cd02460bb72136aa4fbb946c510f08.zip
Alter MYVIM semantics: don't allow outside setting
Not that it's a bad idea, just that I don't need it yet.
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/spellfile_local.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/spellfile_local.vim b/vim/plugin/spellfile_local.vim
index b6acd7b3..9cb97624 100644
--- a/vim/plugin/spellfile_local.vim
+++ b/vim/plugin/spellfile_local.vim
@@ -1,4 +1,4 @@
-if exists('loaded_spellfile_local') || $MYVIM ==# ''
+if exists('loaded_spellfile_local')
finish
endif
let loaded_spellfile_local = 1