Mercurial > ec-dotfiles
diff rc/vimrc @ 391:0bccac92b6f1
Merge commit '6667bc4' into rhel5
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 26 Jul 2012 12:44:42 +0200 |
parents | e1f07d9d6937 |
children | 0aabb2b34ef6 |
line wrap: on
line diff
--- a/rc/vimrc Thu Jul 26 10:39:57 2012 +0200 +++ b/rc/vimrc Thu Jul 26 12:44:42 2012 +0200 @@ -43,4 +43,5 @@ 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 + autocmd BufRead,BufNewFile *.erb :set ft=eruby ts=2 et list endif