From 68d544bc10d6ec810c4f1fa136626e9c7de73d7c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 5 Jun 2018 13:59:16 +1200 Subject: Correct install-vim-ftplugin target --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7cc4ad1d..20b3c1f1 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ install-vim-compiler \ install-vim-config \ install-vim-ftdetect \ - install-vim-fplugin \ + install-vim-ftplugin \ install-vim-gui \ install-vim-gui-config \ install-vim-indent \ @@ -546,8 +546,8 @@ install-vim-ftdetect: cp -p -- vim/ftdetect/*.vim $(VIMDIR)/ftdetect install-vim-ftplugin: - mkdir -p -- $(VIMDIR)/indent - cp -p -- vim/indent/*.vim $(VIMDIR)/indent + mkdir -p -- $(VIMDIR)/ftplugin + cp -p -- vim/ftplugin/*.vim $(VIMDIR)/ftplugin install-vim-indent: mkdir -p -- $(VIMDIR)/indent -- cgit v1.2.3 From 07b09ef14c45f0a2197395efe240854e0f4c67ef Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 5 Jun 2018 13:59:33 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e5427f3b..4dc0b353 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v0.47.2 -Tue Jun 5 01:54:58 UTC 2018 +tejr dotfiles v0.47.3 +Tue Jun 5 01:59:28 UTC 2018 -- cgit v1.2.3