commit | abb6fbd14d985b9b36a4e336d6edaf9853888ac1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 15:42:27 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 15:42:27 2022 +0000 |
tree | c7726c6a64df4721be3e1fa7123462cca2f27561 | |
parent | 90da27b9277d74521202e5c146a09056696898ee [diff] [blame] |
patch 8.2.4626: Visual area not updated when removing sign in Visual mode Problem: Visual area not fully updated when removing sign in Visual mode while scrolling. Solution: Adjust check for topline. (closes #10017)
diff --git a/src/version.c b/src/version.c index 748a12f..c13d03f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4626, +/**/ 4625, /**/ 4624,