From 6623bb41b98142c24607790dc8311435d1c33257 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 25 Apr 2000 10:28:11 +0000 Subject: report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand use them to be able to expand $foo (10909) --- Src/Zle/compresult.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Src/Zle/compresult.c') diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index 87e1f7278..3875987c5 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -1030,8 +1030,6 @@ accept_last(void) else if (cs > ll) cs = ll; inststrlen(" ", 1, 1); - if (parpre) - inststr(parpre); minfo.insc = minfo.len = 0; minfo.pos = cs; minfo.we = 1; -- cgit 1.4.1