mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-16 13:53:48 -05:00
Merge pull request #34 from robinp/master
Make cached spelling file directory configurable.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user