1
0
forked from aniani/vim

patch 9.0.0100: get hit-enter prompt for system() when '!' is in 'guioptions'

Problem:    Get hit-enter prompt for system() when '!' is in 'guioptions'.
Solution:   Do not call wait_return() when not redrawing. (closes #3327)
This commit is contained in:
Bram Moolenaar
2022-07-28 12:54:08 +01:00
parent 46af7bc08d
commit cb5ed4d625
2 changed files with 6 additions and 1 deletions

View File

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