apply ruby settings to eruby as well
This commit is contained in:
parent
130147f057
commit
7272cfa9e6
3
vimrc
3
vimrc
@ -107,8 +107,7 @@ if has("autocmd")
|
|||||||
autocmd FileType yaml setlocal sw=2 ts=2 sts=2
|
autocmd FileType yaml setlocal sw=2 ts=2 sts=2
|
||||||
autocmd FileType text setlocal textwidth=78
|
autocmd FileType text setlocal textwidth=78
|
||||||
autocmd BufRead,BufNewFile *.icf set syntax=cpp
|
autocmd BufRead,BufNewFile *.icf set syntax=cpp
|
||||||
autocmd FileType ruby setlocal sw=2 ts=2 sts=2
|
autocmd FileType ruby,eruby setlocal sw=2 ts=2 sts=2 iskeyword+=@-@,?
|
||||||
autocmd FileType ruby set iskeyword+=@-@,?
|
|
||||||
autocmd BufRead,BufNewFile *.di set filetype=d
|
autocmd BufRead,BufNewFile *.di set filetype=d
|
||||||
|
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user