aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-29 23:24:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-29 23:24:06 +1200
commitad69b8aca286a9aa5f95f920199370e5512abcf7 (patch)
treecae556b33a548283a82dfadb2e38bbf2cd1652d7 /Makefile
parentRefine 'comments' ftplugins further (diff)
downloaddotfiles-ad69b8aca286a9aa5f95f920199370e5512abcf7.tar.gz
dotfiles-ad69b8aca286a9aa5f95f920199370e5512abcf7.zip
Use ftplugins for filetype mappings instead
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d031574c..81d2e711 100644
--- a/Makefile
+++ b/Makefile
@@ -548,7 +548,7 @@ install-vim-config:
cp -p -- vim/vimrc $(VIMRC)
install-vim-filetype:
- cp -p -- vim/filemap.vim vim/filetype.vim vim/scripts.vim $(VIMDIR)
+ cp -p -- vim/filetype.vim vim/scripts.vim $(VIMDIR)
install-vim-ftplugin:
mkdir -p -- $(VIMDIR)/ftplugin