aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/make.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect/make.vim')
-rw-r--r--vim/ftdetect/make.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/ftdetect/make.vim b/vim/ftdetect/make.vim
new file mode 100644
index 00000000..0ce0514b
--- /dev/null
+++ b/vim/ftdetect/make.vim
@@ -0,0 +1,4 @@
+" Makefiles
+autocmd BufNewFile,BufRead
+ \ Makefile,makefile
+ \ setfiletype make