aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-18 16:02:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-18 16:02:51 +1300
commit80f19a0d2beb72fd949fca71834e91cce102616e (patch)
treea6e6032582a96ce803f3796cdbf47f7509252f25 /Makefile
parentMerge branch 'release/v8.4.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-80f19a0d2beb72fd949fca71834e91cce102616e.tar.gz
dotfiles-80f19a0d2beb72fd949fca71834e91cce102616e.zip
Merge branch 'release/v8.5.0'v8.5.0
* release/v8.5.0: Update change date on vimrc Set 'cursorline' for all windows on colors change Specify some interdependencies in Vim config Simplify 'cursorline' switching
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 814cd41a..bdd6b1d4 100644
--- a/Makefile
+++ b/Makefile
@@ -554,7 +554,7 @@ install-vim-after: install-vim-after-ftplugin \
install-vim-after-plugin \
install-vim-after-syntax
-install-vim-after-ftplugin:
+install-vim-after-ftplugin: install-vim-compiler
mkdir -p $(VIMDIR)/after/ftplugin
cp -p -- vim/after/ftplugin/*.vim $(VIMDIR)/after/ftplugin
@@ -595,7 +595,7 @@ install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler
cp -p -- vim/compiler/*.vim $(VIMDIR)/compiler
-install-vim-config: install-vim-cache
+install-vim-config: install-vim-autoload install-vim-cache
cp -p -- vim/vimrc.stub $(HOME)/.vimrc
cp -p -- vim/vimrc $(VIMRC)