1
0
forked from aniani/vim

patch 8.1.0992: a :normal command resets the reg_executing() result

Problem:    A :normal command while executing a register resets the
            reg_executing() result.
Solution:   Save and restore reg_executing. (closes #4066)
This commit is contained in:
Bram Moolenaar
2019-03-04 11:40:12 +01:00
parent 975880b6e6
commit cce713ddcc
4 changed files with 25 additions and 11 deletions

View File

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