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 948144006..0e41ac3a5 100644 --- a/Src/Zle/compmatch.c +++ b/Src/Zle/compmatch.c @@ -820,11 +820,11 @@ match_str(char *l, char *w, Brinfo *bpp, int bc, int *rwlp, continue; else if (mp->right) t = pattern_match(mp->right, - //tl + mp->llen - mp->ralen, + /* tl + mp->llen - mp->ralen, */ tl + mp->llen, NULL, NULL) && pattern_match(mp->right, - //tw + mp->wlen - mp->ralen, + /* tw + mp->wlen - mp->ralen, */ tw + mp->wlen, NULL, NULL) && (!mp->lalen || |