aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-13 11:22:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-13 11:22:38 +1200
commit65be8b99efbb704b3849f80e27a4309183cc0fd5 (patch)
treec7104b94e3ca01309a85a7bbbf6b0644382e471a
parentChange 'backupskip' reset to reflect Vim patch (diff)
downloaddotfiles-65be8b99efbb704b3849f80e27a4309183cc0fd5.tar.gz
dotfiles-65be8b99efbb704b3849f80e27a4309183cc0fd5.zip
Create Vim cache dir for new 'spellfile' location
Commit c0bab95, released in v5.31.0, moved the location of the 'spellfile' from the default of the "spell" subdir in the path in the first element of &runtimedir to a custom path of $MYVIM/cache/spell. The applicable code includes an attempt to create that directory should it not already exist, but it's appropriate to create it at install time anyway.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 64fbabe8..e2bd73aa 100644
--- a/Makefile
+++ b/Makefile
@@ -593,6 +593,7 @@ install-vim-bundle: install-vim-config
install-vim-cache:
mkdir -p -- \
$(VIMDIR)/cache/backup \
+ $(VIMDIR)/cache/spell \
$(VIMDIR)/cache/swap \
$(VIMDIR)/cache/undo