diff options
| author | Oliver Kiddle <opk@zsh.org> | 2015-07-23 05:22:46 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2015-07-23 05:22:46 +0200 |
| commit | aee8aebd671af2ef2e32c742f4f8bffe588a5513 (patch) | |
| tree | b1c6546b439df4a37852363ffb7a7328289ecd64 /Src | |
| parent | 35939: fix select polling in ztcp and zsocket (diff) | |
| download | zsh-aee8aebd671af2ef2e32c742f4f8bffe588a5513.tar zsh-aee8aebd671af2ef2e32c742f4f8bffe588a5513.tar.gz zsh-aee8aebd671af2ef2e32c742f4f8bffe588a5513.tar.bz2 zsh-aee8aebd671af2ef2e32c742f4f8bffe588a5513.tar.lz zsh-aee8aebd671af2ef2e32c742f4f8bffe588a5513.tar.xz zsh-aee8aebd671af2ef2e32c742f4f8bffe588a5513.tar.zst zsh-aee8aebd671af2ef2e32c742f4f8bffe588a5513.zip | |
35814: POSTEDIT needs to be unmetafied
Diffstat (limited to 'Src')
| -rw-r--r-- | Src/Zle/zle_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index c13e3a0c5..e610ae1f3 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -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)) |
