mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-03-06 18:35:16 +08:00
use the ruby settings for all "sub-filetypes" of ruby
This commit is contained in:
parent
4b680f34e9
commit
f63b4f0987
@ -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('--','')
|
||||
|
Loading…
x
Reference in New Issue
Block a user