1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2021-12-30 15:29:18 +00:00
parent 4c13e5e676
commit 94f3192b03
3 changed files with 19 additions and 4 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3950,
/**/
3949,
/**/