1
0
forked from aniani/vim

patch 8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehaves

Problem:    When 'insermode' is set :edit from <Cmd> mapping misbehaves.
Solution:   Don't set "need_start_insertmode" when already in Insert mode.
            (closes #10116)
This commit is contained in:
zeertzjq
2022-04-08 11:56:14 +01:00
committed by Bram Moolenaar
parent ac72c21da6
commit 3a56b6d405
3 changed files with 26 additions and 1 deletions

View File

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