Mercurial > ec-dotfiles
comparison rc/vimrc @ 358:b4f92c167f5b
Even more vimrc rules (git commit message).
author | Edho Arief <edho@myconan.net> |
---|---|
date | Fri, 01 Jun 2012 05:21:43 +0700 |
parents | 71737a78d366 |
children | 909b9fc4203e |
comparison
equal
deleted
inserted
replaced
357:71737a78d366 | 358:b4f92c167f5b |
---|---|
37 if has("autocmd") | 37 if has("autocmd") |
38 autocmd BufRead,BufNewFile supervisord.conf :set ft=dosini | 38 autocmd BufRead,BufNewFile supervisord.conf :set ft=dosini |
39 autocmd BufRead,BufNewFile Gemfile :set ft=ruby | 39 autocmd BufRead,BufNewFile Gemfile :set ft=ruby |
40 autocmd BufRead,BufNewFile crontab.* :set noet ts=8 nolist | 40 autocmd BufRead,BufNewFile crontab.* :set noet ts=8 nolist |
41 autocmd BufRead,BufNewFile crontab :set noet ts=8 nolist | 41 autocmd BufRead,BufNewFile crontab :set noet ts=8 nolist |
42 autocmd BufRead,BufNewFile .git/COMMIT_EDITMSG :set noet ts=8 nolist | |
42 endif | 43 endif |