forked from aniani/vim
patch 8.2.4366: not enough tests for command line completion
Problem: Not enough tests for command line completion. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #9760)
This commit is contained in:
committed by
Bram Moolenaar
parent
cdf0485969
commit
4d03d87000
@@ -50,6 +50,9 @@ sort_func_compare(const void *s1, const void *s2)
|
||||
return STRCMP(p1, p2);
|
||||
}
|
||||
|
||||
/*
|
||||
* Escape special characters in the cmdline completion matches.
|
||||
*/
|
||||
static void
|
||||
ExpandEscape(
|
||||
expand_T *xp,
|
||||
|
Reference in New Issue
Block a user