# HG changeset patch # User Edho Arief # Date 1338502903 -25200 # Node ID b4f92c167f5b741eab5baa1f28c22165d773b683 # Parent 71737a78d3666a02b5f46355de51d3f47153c980 Even more vimrc rules (git commit message). diff -r 71737a78d366 -r b4f92c167f5b rc/vimrc --- a/rc/vimrc Fri Jun 01 05:20:49 2012 +0700 +++ b/rc/vimrc Fri Jun 01 05:21:43 2012 +0700 @@ -39,4 +39,5 @@ autocmd BufRead,BufNewFile Gemfile :set ft=ruby autocmd BufRead,BufNewFile crontab.* :set noet ts=8 nolist autocmd BufRead,BufNewFile crontab :set noet ts=8 nolist + autocmd BufRead,BufNewFile .git/COMMIT_EDITMSG :set noet ts=8 nolist endif