1
0
forked from aniani/vim

patch 8.2.5037: cursor position may be invalid after "0;" range

Problem:    Cursor position may be invalid after "0;" range.
Solution:   Check the cursor position when it was set by ";" in the range.
This commit is contained in:
Bram Moolenaar
2022-05-28 14:25:35 +01:00
parent 305abc6123
commit 4d97a565ae
3 changed files with 27 additions and 7 deletions

View File

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