Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-01-15 | 2.6 kB | |
v0.9 source code.tar.gz | 2018-01-15 | 72.7 kB | |
v0.9 source code.zip | 2018-01-15 | 109.4 kB | |
Totals: 3 Items | 184.6 kB | 0 |
- Changes
- Look of default Airline Symbols has been improved #1397
- 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 toairline_section_z
- Add quickfix title to inactive windows
- Improvements
- Many performance improvements (using caching and async feature when possible)
- 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)
- 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
- Allows for configurable fileformat output if
g:airline#parts#ffenc#skip_expected_string
is set - Improvements to the documentation
- New features
- Full async support for Vim 8 and Neovim
- Extensions:
- vim-bufmru
- xkb-switch
- input-source-switcher
- vimagit
- denite
- dein
- vimtex
- minpac
- vim-cursormode
- Neomake
- Ale
- vim-obsession
- spell (can also display Spell language)
- keymap
- Formatters:
- Add User autocommand for Theme changing #1226
- Shows mercurial mq status if hg mq extension is enabled