From 875f048b8b1d364b7498681eba972b4f07d8010b Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 25 Apr 2011 22:26:18 +0000 Subject: unposted: Revert change from 28896, which did more evil than good. --- Functions/Zle/edit-command-line | 2 -- 1 file changed, 2 deletions(-) (limited to 'Functions') 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 -- cgit 1.4.1