Highliight git MERGE_MSG files as commit messages

This commit is contained in:
Maxime Coste 2017-07-08 13:39:48 +09:00
parent 822225cbbb
commit 52c8dc9d09

View File

@ -1,4 +1,4 @@
hook global BufCreate .*COMMIT_EDITMSG %{
hook global BufCreate .*(COMMIT_EDITMSG|MERGE_MSG) %{
set buffer filetype git-commit
}