1
0
forked from aniani/vim

patch 8.1.1077: reg_executing() is reset by calling input()

Problem:    reg_executing() is reset by calling input().
Solution:   Implement a more generic way to save and restore reg_executing.
            (Ozaki Kiichi, closes #4192)
This commit is contained in:
Bram Moolenaar
2019-03-30 14:26:18 +01:00
parent 7591bb39d5
commit 9a2c091a74
4 changed files with 28 additions and 8 deletions

View File

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