vim-airline/autoload/airline
Christian Brabandt 313a6fcad2
tabline: prevent flicker on Windows
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.
2017-06-27 18:28:28 +02:00
..
extensions tabline: prevent flicker on Windows 2017-06-27 18:28:28 +02:00
themes Permit appending content to a theme 2017-03-12 18:16:26 -04:00
builder.vim correctly check w:airline_skip_empty_sections var 2017-04-11 22:10:43 +02:00
debug.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
extensions.vim Update the ALE extension so it loads better and uses the new count format 2017-06-25 19:49:18 +01:00
highlighter.vim Revert "highlight: skip processing the same hi group twice" 2017-06-27 14:44:49 +02:00
init.vim syntastic: distinguis errors and warnings 2017-06-20 22:26:22 +02:00
msdos.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
parts.vim shorten filetype only when winwidth is < 90 2017-05-02 22:06:36 +02:00
section.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
themes.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
util.vim tabline: Cache title as tablocal variable 2017-06-27 14:40:31 +02:00