diff options
Diffstat (limited to 'Functions')
-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 |