1
0
forked from aniani/vim

patch 8.1.0995: a getchar() call resets the reg_executing() result

Problem:    A getchar() call while executing a register resets the
            reg_executing() result.
Solution:   Save and restore reg_executing. (closes #406
This commit is contained in:
Bram Moolenaar
2019-03-05 12:24:10 +01:00
parent 8fcb60f961
commit f0fab3046c
3 changed files with 23 additions and 0 deletions

View File

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