diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-23 00:49:37 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-23 00:49:37 +1200 |
commit | 56fed377fda8d85b777559d509ff6af535aecd0f (patch) | |
tree | f6e904f8420efe47edb12279cae399f3b99bebef | |
parent | Add setting for 'viewdir' option (diff) | |
download | dotfiles-56fed377fda8d85b777559d509ff6af535aecd0f.tar.gz dotfiles-56fed377fda8d85b777559d509ff6af535aecd0f.zip |
Remove creation of ~/.vim/cache/spell
This directory isn't actually used by ~/.vim/vimrc.
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -593,7 +593,6 @@ install-vim-cache: mkdir -p -- \ $(VIMDIR)/cache \ $(VIMDIR)/cache/backup \ - $(VIMDIR)/cache/spell \ $(VIMDIR)/cache/swap \ $(VIMDIR)/cache/undo \ $(VIMDIR)/cache/view |