aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 10:30:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 10:30:08 +1200
commita5eda5c5256bd4883d973d33f78b054de61141d2 (patch)
tree051138750d443a4cdd0d7b980d925ef686cdab77 /vim/plugin
parentRearrange 'backupskip' changes logic (diff)
downloaddotfiles-a5eda5c5256bd4883d973d33f78b054de61141d2.tar.gz
dotfiles-a5eda5c5256bd4883d973d33f78b054de61141d2.zip
Rename EnsureDir to Establish
I just like this name better.
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/spellfile_local.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/spellfile_local.vim b/vim/plugin/spellfile_local.vim
index 9cb97624..0ded3fc1 100644
--- a/vim/plugin/spellfile_local.vim
+++ b/vim/plugin/spellfile_local.vim
@@ -3,7 +3,7 @@ if exists('loaded_spellfile_local')
endif
let loaded_spellfile_local = 1
-EnsureDir $MYVIM/cache/spell
+Establish $MYVIM/cache/spell
let spellfile = join([
\ substitute(v:lang, '_.*', '', ''),