Mercurial > ec-dotfiles
comparison rc/vimrc @ 357:71737a78d366
More predefined vim file.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Fri, 01 Jun 2012 05:20:49 +0700 |
parents | dd0b17d4b57a |
children | b4f92c167f5b |
comparison
equal
deleted
inserted
replaced
356:38fad89edd55 | 357:71737a78d366 |
---|---|
35 endif | 35 endif |
36 | 36 |
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 | |
41 autocmd BufRead,BufNewFile crontab :set noet ts=8 nolist | |
40 endif | 42 endif |