commit | 471c0fa3eed4f6207d1cb7636970547bfd2eee26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 22 15:19:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 22 15:19:16 2022 +0100 |
tree | a63888422f4a84f9e73b3e23025090127c31fe25 | |
parent | f768c3d19c518822d89dec4cc3947ddeea249316 [diff] [blame] |
patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete Problem: Mechanism to prevent recursive screen updating is incomplete. Solution: Add "redraw_not_allowed" and set it in build_stl_str_hl(). (issue #10952)
diff --git a/src/version.c b/src/version.c index e2882b6..ec381fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 245, +/**/ 244, /**/ 243,