about summary refs log tree commit diff
diff options
context:
space:
mode:
-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++;