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
if (exists('g:loaded_airline') &&g:loaded_airline&&exists('g:loaded_validator_plugin') &&g:loaded_validator_plugin)
callairline#parts#define_function('validator', 'validator#get_status_string')
letg:airline_section_error=airline#section#create(['validator'])
endif
It would be very helpful if you'd expose specific counts of errors/warnings per buffer and also provide a way to register a callback after validation was completed. Currently Airline doesn't refresh since it's not aware of async operation.
What is the easiest way to display error/warning count in an airline segment?
The text was updated successfully, but these errors were encountered: