So far from what I have seen in vim help file, I don't see highlighting for helpSpecial which is aliased to Special (e.g. <i> in Press <i> to enter insert mode).
Is there any reason why Special and SpecialChar is set to s:fg_foreground in the first place? If we were to set them, maybe different color?
Is there is a reason and it could not be changed, may I can send in a patch to override the color for helpSpecial?
So far from what I have seen in vim help file, I don't see highlighting for
helpSpecial
which is aliased toSpecial
(e.g.<i>
inPress <i> to enter insert mode
).Is there any reason why
Special
andSpecialChar
is set tos:fg_foreground
in the first place? If we were to set them, maybe different color?Is there is a reason and it could not be changed, may I can send in a patch to override the color for
helpSpecial
?