You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like ProhibitAbbreviationOption to have an ignored_patterns field like ProhibitUnusedVariable has (see #266). Or something sufficiently similar (since using regexes really doesn't seem necessary here).
More specifically, I'd like to disable warnings for using &cpo (while leaving warnings on for other options) because of the idiom discussed by :h use-cpo-save. This idiom is basically required in every plugin/autoload file, so it should be easily recognizable, and thus doesn't elicit the problems associated with using other abbreviations.
The text was updated successfully, but these errors were encountered:
I would like
ProhibitAbbreviationOption
to have anignored_patterns
field likeProhibitUnusedVariable
has (see #266). Or something sufficiently similar (since using regexes really doesn't seem necessary here).More specifically, I'd like to disable warnings for using
&cpo
(while leaving warnings on for other options) because of the idiom discussed by:h use-cpo-save
. This idiom is basically required in every plugin/autoload file, so it should be easily recognizable, and thus doesn't elicit the problems associated with using other abbreviations.The text was updated successfully, but these errors were encountered: