Fix Broken Syntax Highlighting for Git Commits In Vim

If you are using localized version of git and trying to open commits in vim (e.g. git commit or :Gstatus in fugitive) then syntax highlighting may be broken.

»

Review Last Commit With Vim and Fugitive

When working with git, it's often useful to review all changes that you have made in last commit before push them to origin.

»