Skip to content

Commit

Permalink
fixup! spellfile.vim: store files in stdpath('data')
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Apr 15, 2019
1 parent 092513d commit f88e12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/autoload/spellfile.vim
Expand Up @@ -196,5 +196,5 @@ endfunc

function! spellfile#WritableSpellDir()
" Always use the $XDG_DATA_HOME/…/site directory
return stdpath('data').'site/spell'
return stdpath('data').'/site/spell'
endfunction

0 comments on commit f88e12d

Please sign in to comment.