aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-06 17:24:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-06 17:31:54 +1200
commitce4527cca3d1aacde321fc3826decb2047df65cc (patch)
treeaec29f5427d0b6b8e65ae7cc39c21bf2f3a03036 /Makefile
parentFactor out password redaction into new plugin (diff)
downloaddotfiles-ce4527cca3d1aacde321fc3826decb2047df65cc.tar.gz
dotfiles-ce4527cca3d1aacde321fc3826decb2047df65cc.zip
Add custom scripts.vim
Including adding sed support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb54b280..e5652913 100644
--- a/Makefile
+++ b/Makefile
@@ -494,6 +494,7 @@ install-vim: install-vim-after \
install-vim-bundle \
install-vim-compiler \
install-vim-config \
+ install-vim-filetype \
install-vim-ftplugin \
install-vim-indent
@@ -540,7 +541,7 @@ install-vim-config:
install-vim-filetype:
cp -p -- vim/filetype.vim $(VIMDIR)
- cp -p -- vim/script.vim $(VIMDIR)
+ cp -p -- vim/scripts.vim $(VIMDIR)
install-vim-ftplugin:
mkdir -p -- $(VIMDIR)/ftplugin