mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-21 00:01:26 +01:00
25723: align combining character when popped from input stack
This commit is contained in:
parent
86873c3efc
commit
9ae36771fe
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-09-22 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 25723: Src/Zle/zle_main.c: align combining character when
|
||||
retrieved from input stack.
|
||||
|
||||
2008-09-22 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 25721: Src/exec.c: revert another mistake of 25701.
|
||||
|
|
|
@ -1173,6 +1173,7 @@ zleread(char **lp, char **rp, int flags, int context)
|
|||
stackcs = -1;
|
||||
if (zlecs > zlell)
|
||||
zlecs = zlell;
|
||||
CCLEFT();
|
||||
}
|
||||
if (stackhist != -1) {
|
||||
histline = stackhist;
|
||||
|
|
Loading…
Reference in a new issue