commit | f8992d47cd50494c64bb733329067c9de3c75200 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 19:14:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 19:14:13 2020 +0200 |
tree | 9bf5664c4b44b08508d54000ce9c8a63168e84bb | |
parent | 2c79e9d14dc0e61d8c357946d01107ec23ec0fe2 [diff] [blame] |
patch 8.2.1345: Redraw error when using visual block and scroll Problem: Redraw error when using visual block and scroll. Solution: Add check for w_topline. ( closes #6597)
diff --git a/src/version.c b/src/version.c index c6b6e8f..fb8a37c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1345, +/**/ 1344, /**/ 1343,