tabline: add forgotten changes from commit cd1d8c2a96

I accidentally missed including some more changes for buffer_idx_mode=2.
So add those files now.
This commit is contained in:
Christian Brabandt
2019-02-07 08:17:33 +01:00
parent cd1d8c2a96
commit 05572482b8
3 changed files with 28 additions and 6 deletions
+2
View File
@@ -9,6 +9,8 @@ This is the Changelog for the vim-airline project.
- 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.
- If `buffer_idx_mode=2`, up to 89 mappings will be exposed to access more
buffers directly (issue #1823)
## [0.10] - 2018-12-15
- New features