vim-airline/autoload
Christian Brabandt 70b06be4b0
highlighter: do not error out, if defined hi-color does not exist
if a color definition is being used, that Vim does not seem to
recognize, instead of erroring out fallback to a hard-coded value of
grey. Otherwise we do have potentially a bad user experience for
throwing too many error messages at the user in very short time, which
may prevent him from doing the actual work (as just happened to me)

Grey should always be defined and it should be rather easy to spot
(I hope). Also just mention for what group this happens.

This should give the user a clue, where and when this happens (so he may
be able to adjust the theme).
2021-04-14 12:36:00 +02:00
..
airline highlighter: do not error out, if defined hi-color does not exist 2021-04-14 12:36:00 +02:00
airline.vim Move AirlineAfterTheme to load_theme() 2021-03-21 11:19:08 +00:00