Mercurial > ec-dotfiles
comparison rc/vimrc @ 550:4afbb88c7579
More files defaulting to in2.
author | nanaya <me@myconan.net> |
---|---|
date | Tue, 14 Apr 2015 04:47:17 +0900 |
parents | c9ea8dd9d382 |
children | 138ee2cd2179 |
comparison
equal
deleted
inserted
replaced
549:fe33aeb572f6 | 550:4afbb88c7579 |
---|---|
94 autocmd BufRead,BufNewFile *.slim set filetype=slim | 94 autocmd BufRead,BufNewFile *.slim set filetype=slim |
95 autocmd BufRead,BufNewFile Gemfile set filetype=ruby | 95 autocmd BufRead,BufNewFile Gemfile set filetype=ruby |
96 autocmd BufRead,BufNewFile config.ru set filetype=ruby | 96 autocmd BufRead,BufNewFile config.ru set filetype=ruby |
97 autocmd BufRead,BufNewFile supervisord.conf set filetype=dosini | 97 autocmd BufRead,BufNewFile supervisord.conf set filetype=dosini |
98 | 98 |
99 autocmd FileType coffee call In2() | |
100 autocmd FileType eruby call In2() | |
99 autocmd FileType ruby call In2() | 101 autocmd FileType ruby call In2() |
100 autocmd FileType coffee call In2() | 102 autocmd FileType scss call In2() |
103 autocmd FileType yaml call In2() | |
101 endif | 104 endif |
102 | 105 |
103 if has('autocmd') | 106 if has('autocmd') |
104 "Restore cursor position | 107 "Restore cursor position |
105 set viminfo='10,\"100,:20,%,n~/.viminfo | 108 set viminfo='10,\"100,:20,%,n~/.viminfo |