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:
committed by
Bram Moolenaar
parent
8991be2ab4
commit
e3846cf1eb
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4387,
|
||||
/**/
|
||||
4386,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user