aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c00f020f..fd08950d 100644
--- a/Makefile
+++ b/Makefile
@@ -542,6 +542,7 @@ install-vim-config:
install-vim-ftdetect:
mkdir -p -- $(VIMDIR)/ftdetect
+ cp -p -- vim/filetype.vim $(VIMDIR)
cp -p -- vim/ftdetect/*.vim $(VIMDIR)/ftdetect
install-vim-ftplugin: