comparison src/version.c @ 18793:7a1606ceec7d v8.1.2385

patch 8.1.2385: opening cmdline window with feedkeys() does not work Commit: https://github.com/vim/vim/commit/85db5475982e166ec5bb1c8c9a5c8bf062d49ed1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 4 15:11:08 2019 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Dec 2019 15:15:04 +0100
parents f966b20bb74d
children 79b689ff168d
comparison
equal deleted inserted replaced
18792:af365376638e 18793:7a1606ceec7d
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 2385,
745 /**/ 747 /**/
746 2384, 748 2384,
747 /**/ 749 /**/
748 2383, 750 2383,
749 /**/ 751 /**/