1
0
forked from aniani/vim

patch 8.1.2141: :tselect has an extra hit-enter prompt

Problem:    :tselect has an extra hit-enter prompt.
Solution:   Do not set need_wait_return when only moving the cursor.
            (closes #5040)
This commit is contained in:
Bram Moolenaar
2019-10-12 17:07:06 +02:00
parent ceba3dd518
commit e8070987c6
4 changed files with 52 additions and 8 deletions

View File

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