diff options
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/spellfile.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/spellfile.vim b/runtime/autoload/spellfile.vim index 8024f40bb0..5b1079e919 100644 --- a/runtime/autoload/spellfile.vim +++ b/runtime/autoload/spellfile.vim @@ -197,7 +197,7 @@ endfunc function! spellfile#WritableSpellDir() if has("unix") - " For Unix always use the $HOME/.vim directory + " For Unix always use the $HOME/.nvim directory return $HOME . "/.nvim/spell" endif for dir in split(&rtp, ',') |