mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
use the ruby settings for all "sub-filetypes" of ruby
This commit is contained in:
@@ -700,7 +700,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('..', '')
|
||||
elseif a:filetype ==? "rtf"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype ==? "ruby"
|
||||
elseif a:filetype =~ "ruby\..*"
|
||||
call s:MapDelimiters('#','')
|
||||
elseif a:filetype ==? "sa"
|
||||
call s:MapDelimiters('--','')
|
||||
|
||||
Reference in New Issue
Block a user