commit | ad431995721b2a886f789e2ea7db4c84b732eb18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 03 20:40:38 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 03 20:40:38 2021 +0200 |
tree | cf5e87b996a15e384095f2163f1d32ce04bc682b | |
parent | df36514a6455342e178af693553ef9df9fcf8c83 [diff] [blame] |
patch 8.2.2830: terminal colors are not updated when 'background' is set Problem: Terminal colors are not updated when 'background' is set. Solution: Call term_update_colors() for all terminals. (Marcin Szamotulski, closes #8171, closes #8150)
diff --git a/src/version.c b/src/version.c index b256620..63ede84 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2830, +/**/ 2829, /**/ 2828,