From: Oleg Broytman Date: Sun, 12 Jun 2016 14:01:25 +0000 (+0300) Subject: .vim: fix comment X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=3db0fedaf633d333a03a923e6361346542839642 .vim: fix comment --- diff --git a/.vim/filetype.vim b/.vim/filetype.vim index 20911a0..0a093e9 100644 --- a/.vim/filetype.vim +++ b/.vim/filetype.vim @@ -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