commit | 79cdf026f1b8a16298ee73be497c4bd5f3458cde | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 20 14:07:00 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 20 14:07:00 2023 +0100 |
tree | 2f2381a497126df7030b96450b1b1bfd4257c487 | |
parent | bf63011a52a3cc32609ae5945665875062a5ae50 [diff] [blame] |
patch 9.0.1571: RedrawingDisabled not used consistently Problem: RedrawingDisabled not used consistently. Solution: Avoid RedrawingDisabled going negative. Set RedrawingDisabled in win_split_ins(). (closes #11961)
diff --git a/src/version.c b/src/version.c index 07fec75..8d0d519 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1571, +/**/ 1570, /**/ 1569,