Mercurial > ec-dotfiles
comparison rc/vimrc @ 400:657f787fbae8
Merge remote-tracking branch 'origin/master'
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 04 Sep 2012 10:23:37 +0700 |
parents | 0aabb2b34ef6 |
children | fd0a889066a6 |
comparison
equal
deleted
inserted
replaced
395:c01d272af466 | 400:657f787fbae8 |
---|---|
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 fstab :set noet ts=8 nolist | |
42 autocmd BufRead,BufNewFile .git/COMMIT_EDITMSG :set noet ts=8 nolist | 43 autocmd BufRead,BufNewFile .git/COMMIT_EDITMSG :set noet ts=8 nolist |
43 autocmd BufRead,BufNewFile .gitconfig :set noet ts=8 nolist | 44 autocmd BufRead,BufNewFile .gitconfig :set noet ts=8 nolist |
44 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 | |
47 autocmd BufRead,BufNewFile *.scss :set ft=scss | |
45 endif | 48 endif |