1
0
forked from aniani/vim

patch 8.2.5150: read past the end of the first line with ":0;'{"

Problem:    Read past the end of the first line with ":0;'{".
Solution:   When on line zero check the column is valid for line one.
This commit is contained in:
Bram Moolenaar
2022-06-22 19:08:38 +01:00
parent 6689df024b
commit f7c7c3fad6
3 changed files with 14 additions and 1 deletions

View File

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