0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.1.2385: opening cmdline window with feedkeys() does not work

Problem:    Opening cmdline window with feedkeys() does not work. (Yegappan
            Lakshmanan)
Solution:   Recognize K_CMDWIN also when ex_normal_busy is set.
This commit is contained in:
Bram Moolenaar
2019-12-04 15:11:08 +01:00
parent 079119babe
commit 85db547598
3 changed files with 9 additions and 1 deletions

View File

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