From 6ceaffc49a66e88b414334f3e2abb72d9e0343a7 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 13 Nov 2018 09:19:56 +0100 Subject: [PATCH] documentation: Mention AirlineModeChanged In 781c40bb3d95c4d273937f99db545e 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 --- doc/airline.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/airline.txt b/doc/airline.txt index 920ce6c..f429518 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -246,12 +246,13 @@ AUTOCOMMANDS *airline-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 |AirlineAfterTheme| after theme of the statusline has been changed |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*