vim-patch:7.4.2112 (#5175)

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 vim/vim#947)

b56195ed00
This commit is contained in:
Shougo
2016-08-17 22:24:20 +09:00
committed by Justin M. Keyes
parent 6b48d25cbf
commit dfb6a5133b
3 changed files with 38 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ static int included_patches[] = {
// 2115,
// 2114,
// 2113,
// 2112,
2112,
// 2111,
// 2110,
// 2109,