1
0
forked from aniani/vim

patch 8.2.4672: using :normal with Ex mode may make :substitute hang

Problem:    Using :normal with Ex mode may make :substitute hang.
Solution:   When getting an empty line behave like 'q' was typed.
            (closes #10070)
This commit is contained in:
Bram Moolenaar
2022-04-03 12:59:34 +01:00
parent a3157a476b
commit ce416b453a
3 changed files with 16 additions and 0 deletions

View File

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