Changelog: slightly reorded items
This commit is contained in:
parent
2ef81d4140
commit
a90ac37cb3
23
CHANGELOG.md
23
CHANGELOG.md
@ -6,24 +6,24 @@ This is the Changelog for the vim-airline project.
|
|||||||
|
|
||||||
## [0.9] - unreleased
|
## [0.9] - unreleased
|
||||||
- Changes
|
- Changes
|
||||||
- Airline does now set `laststatus=2` if needed.
|
- Look of default Airline Symbols has been improved [#1397](https://github.com/vim-airline/vim-airline/issues/1397)
|
||||||
- Reload on Resize and SessionLoad events
|
- Airline does now set `laststatus=2` if needed
|
||||||
|
- Syntastic extension now displays warnings and errors separately
|
||||||
|
- Updates on Resize and SessionLoad events
|
||||||
- Add `maxlinenr` symbol to `airline_section_z`
|
- Add `maxlinenr` symbol to `airline_section_z`
|
||||||
- Add quickfix title to inactive windows
|
- Add quickfix title to inactive windows
|
||||||
- Look of default Airline Symbols has been improved [#1397](https://github.com/vim-airline/vim-airline/issues/1397)
|
|
||||||
- Syntastic extension now displays warnings and errors separately
|
|
||||||
- Improvements
|
- Improvements
|
||||||
- Allow to skip empty sections by setting `g:airline_skip_empty_sections` variable
|
|
||||||
- Many performance improvements (using caching and async feature when possible)
|
- Many performance improvements (using caching and async feature when possible)
|
||||||
- Improvements to the documentation
|
|
||||||
- More configuration for the tabline extension (with clickable buffers for Neovim)
|
|
||||||
- Collapse more aggressively on smaller window sizes
|
|
||||||
- Make use of improved Vim Script API, if available (e.g. getwininfo())
|
|
||||||
- Make airline aware of git worktrees
|
|
||||||
- Allows for configurable fileformat output if `g:airline#parts#ffenc#skip_expected_string` is set
|
|
||||||
- Cache changes to highlighting groups if `g:airline_highlighting_cache = 1` is set
|
- Cache changes to highlighting groups if `g:airline_highlighting_cache = 1` is set
|
||||||
|
- Allow to skip empty sections by setting `g:airline_skip_empty_sections` variable
|
||||||
|
- Make use of improved Vim Script API, if available (e.g. getwininfo())
|
||||||
- Support for Vims terminal feature (very experimental since it hasn't been stabilized yet)
|
- Support for Vims terminal feature (very experimental since it hasn't been stabilized yet)
|
||||||
|
- More configuration for the tabline extension (with clickable buffers for Neovim)
|
||||||
|
- Works better on smaller window sizes
|
||||||
|
- Make airline aware of git worktrees
|
||||||
- Improvements to the fugitive extension [#1603](https://github.com/vim-airline/vim-airline/issues/1603)
|
- Improvements to the fugitive extension [#1603](https://github.com/vim-airline/vim-airline/issues/1603)
|
||||||
|
- Allows for configurable fileformat output if `g:airline#parts#ffenc#skip_expected_string` is set
|
||||||
|
- Improvements to the documentation
|
||||||
- New features
|
- New features
|
||||||
- Full async support for Vim 8 and Neovim
|
- Full async support for Vim 8 and Neovim
|
||||||
- Extensions:
|
- Extensions:
|
||||||
@ -48,7 +48,6 @@ This is the Changelog for the vim-airline project.
|
|||||||
- Add User autocommand for Theme changing [#1226](https://github.com/vim-airline/vim-airline/issues/1226)
|
- Add User autocommand for Theme changing [#1226](https://github.com/vim-airline/vim-airline/issues/1226)
|
||||||
- Shows mercurial mq status if hg mq extension is enabled
|
- Shows mercurial mq status if hg mq extension is enabled
|
||||||
|
|
||||||
|
|
||||||
## [0.8] - 2016-03-09
|
## [0.8] - 2016-03-09
|
||||||
- Changes
|
- Changes
|
||||||
- Airline converted to an organization and moved to new [repository](https://github.com/vim-airline/vim-airline)
|
- Airline converted to an organization and moved to new [repository](https://github.com/vim-airline/vim-airline)
|
||||||
|
Loading…
Reference in New Issue
Block a user