about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-25 10:28:11 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-25 10:28:11 +0000
commit6623bb41b98142c24607790dc8311435d1c33257 (patch)
tree6a9ca6c9a47515acec91959747edad70e1d55f05 /Src/Zle/compresult.c
parentd49da606702363f0eb5615a341126c2dbe562849 (diff)
downloadzsh-6623bb41b98142c24607790dc8311435d1c33257.tar.gz
zsh-6623bb41b98142c24607790dc8311435d1c33257.tar.xz
zsh-6623bb41b98142c24607790dc8311435d1c33257.zip
report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand use them to be able to expand $foo (10909)
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r--Src/Zle/compresult.c2
1 files changed, 0 insertions, 2 deletions
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;