diff options
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/compmatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c index 6dff2243e..bf9d2cb0d 100644 --- a/Src/Zle/compmatch.c +++ b/Src/Zle/compmatch.c @@ -2003,8 +2003,8 @@ sub_join(Cline a, Cline b, Cline e, int anew) ca = a->prefix; while (n) { - e->prefix = cp_cline(n, 0); - a->prefix = cp_cline(ca, 0); + e->prefix = cp_cline(n, 1); + a->prefix = cp_cline(ca, 1); if (anew) { int f = e->flags; |