vim-airline/autoload/airline
Christian Brabandt a753422549
main: Make :AirlineRefresh! skip recrecrating highlighting groups
When `g:skip_empty_sections` is set, `:AirlineRefresh` can be called
very often and cause slow down, because it forcefully re-creates the
highlighting groups. This is mostly not needed for the redraw to happen,
therefore, add the `<bang>` attribute to the command, making it skip to
re-create the highlighting groups and have all extensions that rely on a
forced update use the `!` form.

Should be much fast then.

fixes #1908
2019-04-26 10:16:40 +02:00
..
extensions main: Make :AirlineRefresh! skip recrecrating highlighting groups 2019-04-26 10:16:40 +02:00
themes Updated Copyright Statements 2019-03-25 12:29:47 +01:00
async.vim async: cleanup logic for nvim/vim8/vim7 2019-04-25 15:07:12 +02:00
builder.vim Updated Copyright Statements 2019-03-25 12:29:47 +01:00
debug.vim Updated Copyright Statements 2019-03-25 12:29:47 +01:00
extensions.vim Extensions: indicate, if an extension is external 2019-03-26 08:41:36 +01:00
highlighter.vim Updated Copyright Statements 2019-03-25 12:29:47 +01:00
init.vim branch: Make the branch extension available with 80 char wide windows 2019-04-24 16:12:54 +02:00
msdos.vim Updated Copyright Statements 2019-03-25 12:29:47 +01:00
parts.vim Updated Copyright Statements 2019-03-25 12:29:47 +01:00
section.vim Updated Copyright Statements 2019-03-25 12:29:47 +01:00
themes.vim Updated Copyright Statements 2019-03-25 12:29:47 +01:00
util.vim Allow to switch to a random theme 2019-03-26 21:03:13 +01:00