aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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