From ea30fdaf25ad11ca727d3708bdd47b0f90d9ff68 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Thu, 3 Oct 2013 14:52:54 -0700 Subject: 31781: "compdescribe -i" clears the completion list column padding width --- Src/Zle/computil.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src') diff --git a/Src/Zle/computil.c b/Src/Zle/computil.c index f8983c3ff..ee3918566 100644 --- a/Src/Zle/computil.c +++ b/Src/Zle/computil.c @@ -465,6 +465,7 @@ cd_init(char *nam, char *hide, char *mlen, char *sep, cd_state.showd = disp; cd_state.maxg = cd_state.groups = cd_state.descs = 0; cd_state.maxmlen = atoi(mlen); + cd_state.premaxw = 0; itmp = zterm_columns - cd_state.swidth - 4; if (cd_state.maxmlen > itmp) cd_state.maxmlen = itmp; -- cgit 1.4.1