summaryrefslogtreecommitdiff
path: root/Src
diff options
context:
space:
mode:
Diffstat (limited to 'Src')
-rw-r--r--Src/Zle/compcore.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c
index 4fdfaa159..1a18f14e3 100644
--- a/Src/Zle/compcore.c
+++ b/Src/Zle/compcore.c
@@ -1895,6 +1895,10 @@ addmatches(Cadata dat, char **argv)
argv = &ms;
}
}
+ if (dat->ppre)
+ ppl = strlen(dat->ppre);
+ if (dat->psuf)
+ psl = strlen(dat->psuf);
for (; (s = *argv); argv++) {
bpl = obpl;
bsl = obsl;