mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-26 02:09:48 +08:00
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:
parent
78e67897a4
commit
6ceaffc49a
|
@ -246,12 +246,13 @@ AUTOCOMMANDS *airline-autocommands*
|
||||||
|
|
||||||
Airline comes with some user-defined autocommands.
|
Airline comes with some user-defined autocommands.
|
||||||
|
|
||||||
|AirlineAfterInit| after plugin is initialized, but before the statusline
|
|AirlineAfterInit| after plugin is initialized, but before the statusline
|
||||||
is replaced
|
is replaced
|
||||||
|AirlineAfterTheme| after theme of the statusline has been changed
|
|AirlineAfterTheme| after theme of the statusline has been changed
|
||||||
|AirlineToggledOn| after airline is activated and replaced the statusline
|
|AirlineToggledOn| after airline is activated and replaced the statusline
|
||||||
|AirlineToggledOff| after airline is deactivated and the statusline is
|
|AirlineToggledOff| after airline is deactivated and the statusline is
|
||||||
restored to the original
|
restored to the original
|
||||||
|
|AirlineModeChanged| The mode in Vim changed.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
CUSTOMIZATION *airline-customization*
|
CUSTOMIZATION *airline-customization*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user