From 7272cfa9e6fd72c544f23583bb1f42a3f1c6688b Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 14 Aug 2013 22:45:33 -0400 Subject: [PATCH] apply ruby settings to eruby as well --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 70ae899..a9a4ba6 100644 --- a/vimrc +++ b/vimrc @@ -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")