commit | 96916ac67ad9ed5d79ce87b099f9d01aa4c13745 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 23:09:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 23:09:28 2020 +0200 |
tree | 9ecc679aa3799d886c894b21adc410b4ca851cb7 | |
parent | 6e13530ca03dd9cad245221177dd65f712211448 [diff] [blame] |
patch 8.2.1164: text cleared by checking terminal properties not redrawn Problem: Text cleared by checking terminal properties not redrawn. (Alexey Radkov) Solution: Mark the screen characters as invalid. (closes #6422)
diff --git a/src/version.c b/src/version.c index 91da9bb..f3e023f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1164, +/**/ 1163, /**/ 1162,