mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
35814: POSTEDIT needs to be unmetafied
This commit is contained in:
parent
855ceea901
commit
aee8aebd67
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-07-23 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 35814: Src/Zle/zle_main.c: POSTEDIT needs to be unmetafied
|
||||
|
||||
2015-07-22 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 35939: Joshua Krusell <js.shirin@gmail.com>:
|
||||
|
|
|
@ -1865,7 +1865,7 @@ trashzle(void)
|
|||
clearflag = listshown = 0;
|
||||
}
|
||||
if (postedit)
|
||||
fprintf(shout, "%s", postedit);
|
||||
fprintf(shout, "%s", unmeta(postedit));
|
||||
fflush(shout);
|
||||
resetneeded = 1;
|
||||
if (!(zlereadflags & ZLRF_NOSETTY))
|
||||
|
|
Loading…
Reference in a new issue