1
0
forked from aniani/vim

patch 9.0.0081: command line completion of user command may have duplicates

Problem:    Command line completion of user command may have duplicates.
            (Dani Dickstein)
Solution:   Skip global user command if an identical buffer-local one is
            defined. (closes #10797)
This commit is contained in:
Bram Moolenaar
2022-07-26 17:23:47 +01:00
parent 0494789ece
commit c2842adfb2
3 changed files with 23 additions and 1 deletions

View File

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