From 65be8b99efbb704b3849f80e27a4309183cc0fd5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 13 Jun 2019 11:22:38 +1200 Subject: 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3