diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-04-25 22:26:18 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-04-25 22:26:18 +0000 |
commit | 875f048b8b1d364b7498681eba972b4f07d8010b (patch) | |
tree | 3fd2fcaad0cea81b50f62bdfc6e2852c0ee993c5 /Functions/Zle/edit-command-line | |
parent | e38f65bba4bc6d4a57a2272d8960b2312142bd92 (diff) | |
download | zsh-875f048b8b1d364b7498681eba972b4f07d8010b.tar.gz zsh-875f048b8b1d364b7498681eba972b4f07d8010b.tar.xz zsh-875f048b8b1d364b7498681eba972b4f07d8010b.zip |
unposted: Revert change from 28896, which did more evil than good.
Diffstat (limited to 'Functions/Zle/edit-command-line')
-rw-r--r-- | Functions/Zle/edit-command-line | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Functions/Zle/edit-command-line b/Functions/Zle/edit-command-line index efcc4b957..250cac65f 100644 --- a/Functions/Zle/edit-command-line +++ b/Functions/Zle/edit-command-line @@ -6,8 +6,6 @@ # will give ksh-like behaviour for that key, # except that it will handle multi-line buffers properly. -setopt local_options no_monitor - local tmpfile=${TMPPREFIX:-/tmp/zsh}ecl$$ print -R - "$PREBUFFER$BUFFER" >$tmpfile |