diff options
Diffstat (limited to 'src/nvim/cmdexpand.c')
-rw-r--r-- | src/nvim/cmdexpand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/cmdexpand.c b/src/nvim/cmdexpand.c index ca732c6cd9..933ad93964 100644 --- a/src/nvim/cmdexpand.c +++ b/src/nvim/cmdexpand.c @@ -103,6 +103,7 @@ static int 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, char_u *str, int numfiles, char **files, int options) { int i; |