Mercurial > ec-dotfiles
changeset 362:909b9fc4203e
More git exception on vim.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 31 May 2012 23:20:10 +0700 |
parents | 294eaf49339a |
children | 4635b9d2de68 |
files | rc/vimrc |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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