1
0
forked from aniani/vim

patch 8.2.2416: may get stuck in command line window state

Problem:    May get stuck in command line window state.
Solution:   Reset "cmdwin_type" when editing buffer fails.  Make arglist test
            pass on MS-Windows.
This commit is contained in:
Bram Moolenaar
2021-01-27 20:34:29 +01:00
parent 21829c5f2c
commit bed72df3e6
3 changed files with 12 additions and 3 deletions

View File

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