# HG changeset patch # User Edho Arief # Date 1338481210 -25200 # Node ID 909b9fc4203eb8835c1ad2014645f0fc3ebb0925 # Parent 294eaf49339a56e3631ba574838712973ea108af More git exception on vim. diff -r 294eaf49339a -r 909b9fc4203e rc/vimrc --- a/rc/vimrc Thu May 31 23:10:43 2012 +0700 +++ b/rc/vimrc Thu May 31 23:20:10 2012 +0700 @@ -40,4 +40,6 @@ 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 + autocmd BufRead,BufNewFile .gitconfig :set noet ts=8 nolist + autocmd BufRead,BufNewFile .git/config :set noet ts=8 nolist endif