From 9735d57a64e0ba84a8e170c7397f66114fe1c77a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 01:13:04 +1200 Subject: Remove ftplugin overrides for html/markdown No longer needed --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c4ebdf3..668df86b 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,6 @@ install-vim-compiler \ install-vim-config \ install-vim-filetype \ - install-vim-ftplugin \ install-vim-gui \ install-vim-gui-config \ install-vim-indent \ @@ -500,7 +499,6 @@ install-vim: install-vim-after \ install-vim-compiler \ install-vim-config \ install-vim-filetype \ - install-vim-ftplugin \ install-vim-indent install-vim-after: install-vim-after-ftplugin \ @@ -547,10 +545,6 @@ install-vim-config: install-vim-filetype: cp -p -- vim/filetype.vim vim/scripts.vim $(VIMDIR) -install-vim-ftplugin: - mkdir -p -- $(VIMDIR)/ftplugin - cp -p -- vim/ftplugin/*.vim $(VIMDIR)/ftplugin - install-vim-indent: mkdir -p -- $(VIMDIR)/indent cp -p -- vim/indent/*.vim $(VIMDIR)/indent -- cgit v1.2.3