aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--vim/ftplugin/markdown.vim5
-rw-r--r--vim/ftplugin/php.vim5
3 files changed, 0 insertions, 16 deletions
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
diff --git a/vim/ftplugin/markdown.vim b/vim/ftplugin/markdown.vim
deleted file mode 100644
index 1e40c0ef..00000000
--- a/vim/ftplugin/markdown.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-" Block system ftplugin from loading to avoid HTML ftplugin load
-if exists('b:did_ftplugin') || &compatible
- finish
-endif
-let b:did_ftplugin = 1
diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim
deleted file mode 100644
index 1e40c0ef..00000000
--- a/vim/ftplugin/php.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-" Block system ftplugin from loading to avoid HTML ftplugin load
-if exists('b:did_ftplugin') || &compatible
- finish
-endif
-let b:did_ftplugin = 1