commit | 46af7bc08debbf408d025680eeef136fb3b528ef | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Jul 28 12:34:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 12:34:09 2022 +0100 |
tree | 8770d0e93cb01df8e5d0780279a083b874dc0fc8 | |
parent | 5748b7f2c8a8e8e6d12b3e2531df5c0261fd8f3b [diff] [blame] |
patch 9.0.0099: scrollback can be wrong after redrawing the command line Problem: Scrollback can be wrong after redrawing the command line. Solution: Clear unfinished scrollback when redrawing. (closes #10807)
diff --git a/src/version.c b/src/version.c index e576860..c0a0315 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 99, +/**/ 98, /**/ 97,