fix railslog filetype

This commit is contained in:
Martin Grenfell
2009-03-06 16:24:49 +13:00
parent 23aa888990
commit b3d4476096
2 changed files with 3 additions and 2 deletions

View File

@@ -672,7 +672,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('','')
elseif a:filetype ==? "radiance"
call s:MapDelimiters('#', '')
elseif a:filetype ==? "Rails-log"
elseif a:filetype ==? "railslog"
call s:MapDelimiters('', '')
elseif a:filetype ==? "ratpoison"
call s:MapDelimiters('#', '')