From ce4527cca3d1aacde321fc3826decb2047df65cc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 6 Jun 2018 17:24:37 +1200 Subject: Add custom scripts.vim Including adding sed support --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3