From 5a89ede77be4ff696a77fb609ab29f5bf1e1dc37 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 21 May 2002 08:07:51 +0000 Subject: fix for file-type-tests in nested quotes and don't count space file-type-character (17195) --- Src/Zle/compctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/compctl.c') diff --git a/Src/Zle/compctl.c b/Src/Zle/compctl.c index cc0aebf04..a84f604cc 100644 --- a/Src/Zle/compctl.c +++ b/Src/Zle/compctl.c @@ -2025,7 +2025,7 @@ addmatch(char *s, char *t) } if (!ms) return; - add_match_data(isalt, ms, lc, ipre, ripre, isuf, + add_match_data(isalt, ms, s, lc, ipre, ripre, isuf, (incompfunc ? dupstring(curcc->prefix) : curcc->prefix), prpre, (isfile ? lppre : NULL), NULL, -- cgit v1.2.3