Merge pull request #34 from robinp/master

Make cached spelling file directory configurable.
This commit is contained in:
Caleb Maclennan
2020-10-24 12:56:51 +03:00
committed by GitHub
3 changed files with 13 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ function! wordy#init(...) abort
let l:src_path = l:rare_path
endif
let l:spell_dir = g:wordy_dir . '/spell'
let l:spell_dir = g:wordy_spell_dir . '/spell'
if !isdirectory(l:spell_dir)
call mkdir(expand(l:spell_dir), "p")
endif