Taylor Hedberg wrote:
> Vim detects the filetype of Git commit message buffers, but because Git
> uses a different filename for merge messages than it does for normal
> commit messages, Vim does not similarly detect the filetype for merge
> messages. The attached patch fixes this.
Thanks, I'll i
Vim detects the filetype of Git commit message buffers, but because Git
uses a different filename for merge messages than it does for normal
commit messages, Vim does not similarly detect the filetype for merge
messages. The attached patch fixes this.
diff -r b1b18442cf4b runtime/filetype.vim
--- a