1
0
forked from aniani/vim

patch 8.2.0604: :startinsert in a terminal window used later

Problem:    :startinsert in a terminal window used later.
Solution:   Ignore :startinsert in a terminal window. (closes #5952)
This commit is contained in:
Bram Moolenaar
2020-04-19 18:13:19 +02:00
parent f49e564082
commit eb58a24658
3 changed files with 29 additions and 0 deletions

View File

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