commit | 4b974d54434b8020771be7225da94648e9ec961a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 15:37:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 15:37:46 2017 +0200 |
tree | e3a471a09ed2eb15c70d3fa645b3efe628aec8ea | |
parent | 28a8193e3113f676f89fb6312b099d849df881d3 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 8c5679e..bb3581c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 610, +/**/ 609, /**/ 608,