commit | dbe5d361feb65137099644329cf0ecfd4a945a14 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 18:35:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 18:35:31 2020 +0100 |
tree | d7b2410bb7f7d3044e30056fa290ef3b26330350 | |
parent | d5b991493816a2edba7cacdd06820cf3c0abc4dc [diff] [blame] |
patch 8.2.0235: draw error when an empty group is removed from 'statusline' Problem: Draw error when an empty group is removed from 'statusline'. Solution: Do not use highlighting from a removed group.
diff --git a/src/version.c b/src/version.c index e1c6e31..6a5f2e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 235, +/**/ 234, /**/ 233,