From 3db0fedaf633d333a03a923e6361346542839642 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 12 Jun 2016 17:01:25 +0300 Subject: [PATCH] .vim: fix comment --- .vim/filetype.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2