1
0
forked from aniani/vim

patch 9.0.0089: fuzzy argument completion doesn't work for shell commands

Problem:    Fuzzy argument completion doesn't work for shell commands.
Solution:   Check for cmdidx not being CMD_bang. (Yegappan Lakshmanan,
            closes #10769)
This commit is contained in:
Yegappan Lakshmanan
2022-07-26 22:01:36 +01:00
committed by Bram Moolenaar
parent 30e212dac1
commit 7db3a8e329
3 changed files with 16 additions and 2 deletions

View File

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