From f338a8093998a70de5d642d584baf48f50474dc0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 13 Jun 2019 11:24:28 +1200 Subject: Explicitly create Vim $MYVIM/cache dir This directory would be created incidentally if it doesn't already exist, due to the presence of the `-p` flag for the `mkdir` call, but it's a little clearer what we're doing if we explicitly create it as the first argument. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e2bd73aa..fae2722a 100644 --- a/Makefile +++ b/Makefile @@ -592,6 +592,7 @@ install-vim-bundle: install-vim-config install-vim-cache: mkdir -p -- \ + $(VIMDIR)/cache \ $(VIMDIR)/cache/backup \ $(VIMDIR)/cache/spell \ $(VIMDIR)/cache/swap \ -- cgit v1.2.3