aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftdetect/git.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/git.vim b/ftdetect/git.vim
new file mode 100644
index 0000000..e174982
--- /dev/null
+++ b/ftdetect/git.vim
@@ -0,0 +1,2 @@
+autocmd BufNewFile,BufRead COMMIT_EDITMSG,MERGE_MSG,TAG_EDITMSG,PULLREQ_EDITMSG
+ \ setfiletype gitcommit