Mercurial > ec-dotfiles
diff rc/vimrc @ 362:909b9fc4203e
More git exception on vim.
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Thu, 31 May 2012 23:20:10 +0700 | 
| parents | b4f92c167f5b | 
| children | 0adc967bafda | 
line wrap: on
 line diff
--- 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
