]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0610: the screen is redrawn when default 'background' is detected v8.0.0610
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 13:37:46 +0000 (15:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 13:37:46 +0000 (15:37 +0200)
commit4b974d54434b8020771be7225da94648e9ec961a
treee3a471a09ed2eb15c70d3fa645b3efe628aec8ea
parent28a8193e3113f676f89fb6312b099d849df881d3
patch 8.0.0610: the screen is redrawn when default 'background' is detected

Problem:    The screen is redrawn when t_BG is set and used to detect the
            value for 'background'.
Solution:   Don't redraw when the value of 'background' didn't change.
src/term.c
src/version.c