mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-24 17:28:34 +08:00
allow to show the statusline on top
This is an experimental feature that allows to display the statusline in the tabline. It might still be a bit rough, but seems to work so far. Remaining problem: - Mode changes are not immediately detected, only after moving the cursor fixes #1388 closes #1867
This commit is contained in:
@@ -6,6 +6,9 @@ This is the Changelog for the vim-airline project.
|
||||
- New features
|
||||
- Extensions:
|
||||
- [Defx](https://github.com/Shougo/defx.nvim) support
|
||||
- Improvements
|
||||
- The statusline can be configured to be shown on top (in the tabline)
|
||||
Set the `g:airline_statusline_ontop` to enable this experimental feature.
|
||||
|
||||
## [0.10] - 2018-12-15
|
||||
- New features
|
||||
|
||||
Reference in New Issue
Block a user