aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e2ca8716..302854f4 100644
--- a/vim/plugin/spellfile_local.vim
+++ b/vim/plugin/spellfile_local.vim
@@ -1,4 +1,4 @@
-if exists('loaded_spellfile_local')
+if exists('loaded_spellfile_local') || $MYVIM ==# ''
finish
endif
let loaded_spellfile_local = 1