1
0
forked from aniani/vim

patch 8.2.1939: invalid memory access in Ex mode with global command

Problem:    Invalid memory access in Ex mode with global command.
Solution:   Make sure the cursor is on a valid line. (closes #7238)
This commit is contained in:
Bram Moolenaar
2020-11-01 21:56:40 +01:00
parent a46765a797
commit 3b6d57f2ce
3 changed files with 28 additions and 0 deletions

View File

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