mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 15:59:23 +08: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
|
||||
is a limitation, that comes from Vim. airline tries to force an update if
|
||||
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*
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user