aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-05 14:00:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-05 14:00:41 +1200
commit81f7848f242321ff18bbf694abe2dbd422eab2fe (patch)
treecf81a5db684c82370dc2656c5ebbf00e35818d08
parentMerge branch 'hotfix/v0.47.2' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-81f7848f242321ff18bbf694abe2dbd422eab2fe.tar.gz
dotfiles-81f7848f242321ff18bbf694abe2dbd422eab2fe.zip
Merge branch 'hotfix/v0.47.3' into develop
* hotfix/v0.47.3: Bump VERSION Correct install-vim-ftplugin target
-rw-r--r--Makefile6
-rw-r--r--VERSION4
2 files changed, 5 insertions, 5 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
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