apply ruby settings to eruby as well

This commit is contained in:
Josh Holtrop 2013-08-14 22:45:33 -04:00
parent 130147f057
commit 7272cfa9e6

3
vimrc
View File

@ -107,8 +107,7 @@ if has("autocmd")
autocmd FileType yaml setlocal sw=2 ts=2 sts=2
autocmd FileType text setlocal textwidth=78
autocmd BufRead,BufNewFile *.icf set syntax=cpp
autocmd FileType ruby setlocal sw=2 ts=2 sts=2
autocmd FileType ruby set iskeyword+=@-@,?
autocmd FileType ruby,eruby setlocal sw=2 ts=2 sts=2 iskeyword+=@-@,?
autocmd BufRead,BufNewFile *.di set filetype=d
if has("gui_running")