1
0
forked from aniani/vim

patch 7.4.2112

Problem:    getcompletion(.., 'dir') returns a match with trailing "*" when
            there are no matches. (Chdiza)
Solution:   Return an empty list when there are no matches.  Add a trailing
            slash to directories. (Yegappan Lakshmanan)  Add tests for no
            matches. (closes #947)
This commit is contained in:
Bram Moolenaar
2016-07-28 22:53:37 +02:00
parent 471a897569
commit b56195ed00
3 changed files with 37 additions and 5 deletions

View File

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