From 6150ef8696a3081772122743eb650d8449d4f7a3 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 3 Apr 2001 11:25:11 +0000 Subject: (13892) fixes for fpaths and completion matching --- Src/Zle/compmatch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Src') diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c index fc1e6fb54..8e8a7ae7f 100644 --- a/Src/Zle/compmatch.c +++ b/Src/Zle/compmatch.c @@ -2076,8 +2076,7 @@ join_clines(Cline o, Cline n) if ((diff = sub_join(o, n, tn, 0))) { o->flags = (o->flags & ~CLF_MISS) | of; - if (po && po->prefix && - cmp_anchors(o, po, 0)) { + if (po && po->prefix) { po->flags |= CLF_MISS; po->max += diff; } -- cgit 1.4.1