about summary refs log tree commit diff
path: root/Src/Zle/compmatch.c
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-16 07:52:05 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-16 07:52:05 +0000
commit1416862b6311f67848a35ea5b4cc8ed7d5fb7fbc (patch)
treefc3460af83e7360a11b334ff7ea7d27ea82e17fd /Src/Zle/compmatch.c
parentae2b3953df36a9f95e268906b736b407a2739784 (diff)
downloadzsh-1416862b6311f67848a35ea5b4cc8ed7d5fb7fbc.tar.gz
zsh-1416862b6311f67848a35ea5b4cc8ed7d5fb7fbc.tar.xz
zsh-1416862b6311f67848a35ea5b4cc8ed7d5fb7fbc.zip
allow completion after `a{{b,c},'; fix for closing brace re-insertion when completing from both ends (CLF_MID) (11939)
Diffstat (limited to 'Src/Zle/compmatch.c')
-rw-r--r--Src/Zle/compmatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c
index 180dce5df..130cb23b0 100644
--- a/Src/Zle/compmatch.c
+++ b/Src/Zle/compmatch.c
@@ -1608,6 +1608,7 @@ join_psfx(Cline ot, Cline nt, Cline *orest, Cline *nrest, int sfx)
 
 		continue;
 	    }
+	    o->llen = o->llen - ot->slen;
 	    join = 1; line = 0; slen = &(o->wlen); sstr = &(o->word);
 	}
 	if (join) {