0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.4387: command line completion doesn't always work properly

Problem:    Command line completion doesn't always work properly.
Solution:   Adjust triggering after a "|".  Add more tests. (Yegappan
            Lakshmanan, closes #9779)
This commit is contained in:
Yegappan Lakshmanan
2022-02-15 11:35:54 +00:00
committed by Bram Moolenaar
parent 8991be2ab4
commit e3846cf1eb
3 changed files with 124 additions and 22 deletions

View File

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