]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1164: changing StatusLine highlight does not always work v8.0.1164
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Sep 2017 14:00:14 +0000 (16:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Sep 2017 14:00:14 +0000 (16:00 +0200)
commit65ed136844fbaffdd473903ed841c944600234dc
tree06e35721922db8523b29c03a239f4a4d890ef677
parentc79977a437d91306d576fb59e490601409503303
patch 8.0.1164: changing StatusLine highlight does not always work

Problem:    Changing StatusLine highlight while evaluating 'statusline' may
            not change the status line color.
Solution:   When changing highlighting while redrawing don't cause another
            redraw. (suggested by Ozaki Kiichi, closes #2171, closes #2120)
src/buffer.c
src/syntax.c
src/version.c