diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-21 08:07:51 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-21 08:07:51 +0000 |
commit | 5a89ede77be4ff696a77fb609ab29f5bf1e1dc37 (patch) | |
tree | b0e4d0ea6998388f24e547dd4365c990ea8d485b /Src/Zle/compctl.c | |
parent | 12f253e7e6bec90e38cb5622701ff701d08bf8a8 (diff) | |
download | zsh-5a89ede77be4ff696a77fb609ab29f5bf1e1dc37.tar.gz zsh-5a89ede77be4ff696a77fb609ab29f5bf1e1dc37.tar.xz zsh-5a89ede77be4ff696a77fb609ab29f5bf1e1dc37.zip |
fix for file-type-tests in nested quotes and don't count space file-type-character (17195)
Diffstat (limited to 'Src/Zle/compctl.c')
-rw-r--r-- | Src/Zle/compctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |