commit | 4d03d870007c593bce2cfa8d0a6597ca3a20fa35 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Feb 13 11:45:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 13 11:45:09 2022 +0000 |
tree | 07ccedf0699f3c0fa7eb8137156b02ede1b8c6f6 | |
parent | cdf04859699bdde891b5b52ea821d0bebd7e8ee0 [diff] [blame] |
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)
diff --git a/src/cmdexpand.c b/src/cmdexpand.c index 8e950ab..2a65a06 100644 --- a/src/cmdexpand.c +++ b/src/cmdexpand.c
@@ -50,6 +50,9 @@ return STRCMP(p1, p2); } +/* + * Escape special characters in the cmdline completion matches. + */ static void ExpandEscape( expand_T *xp,