View | Details | Raw Unified
Collapse All | Expand All

(-) Src/Zle/compmatch.c.orig (-1 / +1 lines)
 Lines 341-347    Link Here 
    /* If the anchors are equal, we keep only one. */
    /* If the anchors are equal, we keep only one. */
    if (!strncmp(l, w, wl))
    if (wl == 0 || !strncmp(l, w, wl))
	l = NULL;
	l = NULL;
    /* Split the new part into parts and turn the last one into a
    /* Split the new part into parts and turn the last one into a