commit | 94f3192b03ed27474db80b4d3a409e107140738b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 15:29:18 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 15:29:18 2021 +0000 |
tree | 0072263578a64fc1ca12eca38d3a923fb73273e0 | |
parent | 4c13e5e6763c6eb36a343a2b8235ea227202e952 [diff] [blame] |
patch 8.2.3950: going beyond the end of the line with /\%V Problem: Going beyond the end of the line with /\%V. Solution: Check for valid column in getvcol().
diff --git a/src/version.c b/src/version.c index 9f5ed30..56d900d 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3950, +/**/ 3949, /**/ 3948,