]> git.phdru.name Git - dotfiles.git/blobdiff - .vim/filetype.vim
.vim: fix comment
[dotfiles.git] / .vim / filetype.vim
index 20911a0e6519e9e2a12ed11238455a4d3a79b20a..0a093e9437b8f8427611f2e6785b1ed2cfc82915 100644 (file)
@@ -27,7 +27,7 @@ augroup filetypedetect
    autocmd BufReadPost known_hosts setlocal filetype=ssh
    autocmd BufReadPost authorized_keys setlocal filetype=ssh
 
-   " Set mapping for CVS/Subversion/Mercurial commit files
+   " Set mapping for CVS/Subversion/Mercurial/git commit files
    autocmd BufReadPost /tmp/cvs* setlocal filetype=cvscommit
    autocmd BufReadPost svn-commit.tmp*,svn-commit.*.tmp* setlocal filetype=svncommit
    autocmd BufReadPost /tmp/hg-editor-*.txt setlocal filetype=hgcommit