mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-24 01:49:11 +08:00
313a6fcad2
calling settabvar() while evaluating the 'tabline' setting apparently causes flicker on Windows. Fall back to using `:let t:var` to store the content in the current tabpage. This is not as good as using `settabvar()` since we cannot store the title for other tabs, but at least it should prevent the flicker and at the same time at least cache the title for the current tabpage. |
||
---|---|---|
.. | ||
extensions | ||
themes | ||
builder.vim | ||
debug.vim | ||
extensions.vim | ||
highlighter.vim | ||
init.vim | ||
msdos.vim | ||
parts.vim | ||
section.vim | ||
themes.vim | ||
util.vim |