documentation: Mention AirlineModeChanged

In 781c40bb3d the AirlineModeChanged user-defined
autocommand has been introduced. However it was forgotten to mention
this actually in the documentation.

So here we go.

closes #1774
This commit is contained in:
Christian Brabandt 2018-11-13 09:19:56 +01:00
parent 78e67897a4
commit 6ceaffc49a
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -252,6 +252,7 @@ Airline comes with some user-defined autocommands.
|AirlineToggledOn| after airline is activated and replaced the statusline
|AirlineToggledOff| after airline is deactivated and the statusline is
restored to the original
|AirlineModeChanged| The mode in Vim changed.
==============================================================================
CUSTOMIZATION *airline-customization*