1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 21:06:04 +02:00

35814: POSTEDIT needs to be unmetafied

This commit is contained in:
Oliver Kiddle 2015-07-23 05:22:46 +02:00
parent 855ceea901
commit aee8aebd67
2 changed files with 5 additions and 1 deletions

View File

@ -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>:

View File

@ -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))