]> git.phdru.name Git - dotfiles.git/commitdiff
.vim: fix comment
authorOleg Broytman <phd@phdru.name>
Sun, 12 Jun 2016 14:01:25 +0000 (17:01 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Jun 2016 14:01:25 +0000 (17:01 +0300)
.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