Mercurial > ec-dotfiles
comparison rc/vimrc @ 390:e1f07d9d6937
Enforce filetype eruby.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 26 Jul 2012 17:44:26 +0700 |
parents | 0adc967bafda |
children | 0aabb2b34ef6 |
comparison
equal
deleted
inserted
replaced
389:fb00293a6bbe | 390:e1f07d9d6937 |
---|---|
41 autocmd BufRead,BufNewFile crontab :set noet ts=8 nolist | 41 autocmd BufRead,BufNewFile crontab :set noet ts=8 nolist |
42 autocmd BufRead,BufNewFile fstab :set noet ts=8 nolist | 42 autocmd BufRead,BufNewFile fstab :set noet ts=8 nolist |
43 autocmd BufRead,BufNewFile .git/COMMIT_EDITMSG :set noet ts=8 nolist | 43 autocmd BufRead,BufNewFile .git/COMMIT_EDITMSG :set noet ts=8 nolist |
44 autocmd BufRead,BufNewFile .gitconfig :set noet ts=8 nolist | 44 autocmd BufRead,BufNewFile .gitconfig :set noet ts=8 nolist |
45 autocmd BufRead,BufNewFile .git/config :set noet ts=8 nolist | 45 autocmd BufRead,BufNewFile .git/config :set noet ts=8 nolist |
46 autocmd BufRead,BufNewFile *.erb :set ft=eruby ts=2 et list | |
46 endif | 47 endif |