mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
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:
@@ -163,7 +163,7 @@ static int included_patches[] = {
|
||||
// 2115,
|
||||
// 2114,
|
||||
// 2113,
|
||||
// 2112,
|
||||
2112,
|
||||
// 2111,
|
||||
// 2110,
|
||||
// 2109,
|
||||
|
Reference in New Issue
Block a user