make <%# %> the default for eruby

This commit is contained in:
Martin Grenfell
2009-01-15 12:07:33 +13:00
parent caefbe56fd
commit 19147a70cc
2 changed files with 2 additions and 1 deletions

View File

@@ -305,7 +305,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
elseif a:filetype ==? "erlang"
call s:MapDelimiters('%', '')
elseif a:filetype ==? "eruby"
call s:MapDelimitersWithAlternative('<!--', '-->', '<%#', '%>')
call s:MapDelimitersWithAlternative('<%#', '%>', '<!--', '-->')
elseif a:filetype ==? "eterm"
call s:MapDelimiters('#', '')
elseif a:filetype ==? "expect"