From e1680e68409892a4737243fff9ea9b0043e99ea0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 23 Jun 2011 19:29:24 +0000 Subject: 29503: Missing popheap() on failed autoload --- Src/Zle/zle_tricky.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Src/Zle') diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c index 3b3796dd2..19787f9ff 100644 --- a/Src/Zle/zle_tricky.c +++ b/Src/Zle/zle_tricky.c @@ -2146,10 +2146,6 @@ doexpansion(char *s, int lst, int olst, int explincmd) ss = quotename(ss, NULL); untokenize(ss); inststr(ss); -#if 0 - if (olst != COMP_EXPAND_COMPLETE || nonempty(vl) || - (zlemetacs && zlemetaline[zlemetacs-1] != '/')) { -#endif if (nonempty(vl) || !first) { spaceinline(1); zlemetaline[zlemetacs++] = ' '; -- cgit 1.4.1