commit | b22653a98ed9252b88455c55e15c888c66c97927 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 22:24:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 22:24:26 2022 +0100 |
tree | 0c2952f20cc67ca641e0b976397819898e330865 | |
parent | 61abe7d8f827ec31f098e8abcdf58846b956ef16 [diff] [blame] |
patch 9.0.0337: flicker when resetting cmdline_row after updating the screen Problem: Flicker when resetting cmdline_row after updating the screen. Solution: Do not update cmdline_row. (issue #11017)
diff --git a/src/version.c b/src/version.c index bfc6691..1ff36ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 337, +/**/ 336, /**/ 335,