mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-09 23:24:39 +02:00
doc: ammend doc about statusline on top
This commit is contained in:
parent
25e384f236
commit
23a8a7e04d
@ -241,6 +241,9 @@ values):
|
|||||||
Updating the statusline might not always happen as fast as needed, but that
|
Updating the statusline might not always happen as fast as needed, but that
|
||||||
is a limitation, that comes from Vim. airline tries to force an update if
|
is a limitation, that comes from Vim. airline tries to force an update if
|
||||||
needed, but it might not always work as expected.
|
needed, but it might not always work as expected.
|
||||||
|
To force updating the tabline on mode changes, call `airline#check_mode()`
|
||||||
|
in your custom statusline setting, so `:set stl=%!airline#check_mode(winnr())`
|
||||||
|
will correctly update the tabline on mode changes.
|
||||||
==============================================================================
|
==============================================================================
|
||||||
COMMANDS *airline-commands*
|
COMMANDS *airline-commands*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user