commit | 8f531662e28c37560bf5ac20a059bf00d01ee5a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 17:33:18 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 17:33:18 2023 +0000 |
tree | 5939384cb899ffb6d2c7cc57739898cb7690e83f | |
parent | e8d4ae0d1153ecb45ebf48030be60640e8800540 [diff] [blame] |
patch 9.0.1273: "1v" may select block with wrong size Problem: "1v" may select block with wrong size. (Evgeni Chasnovski) Solution: Compute "curswant" in the right line. (closes #11925)
diff --git a/src/version.c b/src/version.c index dc3fad5..ff2105c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1273, +/**/ 1272, /**/ 1271,