aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 99afc22f..cf0c4675 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -319,6 +319,7 @@ if has('unix')
let s:isfname = &isfname
set isfname=1-255
endif
+set spellfile&
execute 'set spellfile^='.escape#Arg(escape#Item(s:spellfile))
if exists('s:isfname')
let &isfname = s:isfname