aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile9
-rw-r--r--vim/after/ftplugin/markdown/autoformat.vim (renamed from vim/ftplugin/markdown/autoformat.vim)0
-rw-r--r--vim/after/ftplugin/markdown/spell.vim (renamed from vim/ftplugin/markdown/spell.vim)0
-rw-r--r--vim/after/ftplugin/php/check.vim (renamed from vim/ftplugin/php/check.vim)0
4 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 134935ae..7cc4ad1d 100644
--- a/Makefile
+++ b/Makefile
@@ -546,13 +546,8 @@ install-vim-ftdetect:
cp -p -- vim/ftdetect/*.vim $(VIMDIR)/ftdetect
install-vim-ftplugin:
- mkdir -p $(VIMDIR)/ftplugin
- find vim/ftplugin \
- -type d -exec sh -c \
- 'mkdir -p -- $(VIMDIR)/"$${1#vim/}"' _ {} \; \
- -o \
- -type f -exec sh -c \
- 'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/}"' _ {} \;
+ mkdir -p -- $(VIMDIR)/indent
+ cp -p -- vim/indent/*.vim $(VIMDIR)/indent
install-vim-indent:
mkdir -p -- $(VIMDIR)/indent
diff --git a/vim/ftplugin/markdown/autoformat.vim b/vim/after/ftplugin/markdown/autoformat.vim
index aa805267..aa805267 100644
--- a/vim/ftplugin/markdown/autoformat.vim
+++ b/vim/after/ftplugin/markdown/autoformat.vim
diff --git a/vim/ftplugin/markdown/spell.vim b/vim/after/ftplugin/markdown/spell.vim
index 05fc7c00..05fc7c00 100644
--- a/vim/ftplugin/markdown/spell.vim
+++ b/vim/after/ftplugin/markdown/spell.vim
diff --git a/vim/ftplugin/php/check.vim b/vim/after/ftplugin/php/check.vim
index 33077a72..33077a72 100644
--- a/vim/ftplugin/php/check.vim
+++ b/vim/after/ftplugin/php/check.vim