mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-15 21:23:46 -05:00
fix railslog filetype
This commit is contained in:
@@ -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('#', '')
|
||||
|
||||
Reference in New Issue
Block a user