about summary refs log tree commit diff
path: root/Src/Zle/compcore.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-24 14:09:42 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-24 14:09:42 +0000
commita94182714da04d5f8f6a47edb417fe319b3887d9 (patch)
tree5c0d9a8a96f31e6607f57345fbbfae8ea206e66d /Src/Zle/compcore.c
parent686b08fd4e89f636caacadef9f6943f40e35580f (diff)
downloadzsh-a94182714da04d5f8f6a47edb417fe319b3887d9.tar.gz
zsh-a94182714da04d5f8f6a47edb417fe319b3887d9.tar.xz
zsh-a94182714da04d5f8f6a47edb417fe319b3887d9.zip
zsh-workers/9417
Diffstat (limited to 'Src/Zle/compcore.c')
-rw-r--r--Src/Zle/compcore.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c
index 670dac1da..7516dd443 100644
--- a/Src/Zle/compcore.c
+++ b/Src/Zle/compcore.c
@@ -1603,8 +1603,7 @@ addmatches(Cadata dat, char **argv)
 		mst.matcher = dat->match;
 		mstack = &mst;
 
-		if (!mnum)
-		    add_bmatchers(dat->match);
+		add_bmatchers(dat->match);
 
 		addlinknode(matchers, dat->match);
 		dat->match->refc++;