diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2018-12-19 09:54:26 +0000 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-12-19 09:54:26 +0000 |
commit | b6169745c1318a0405364a5d98618f25845d5209 (patch) | |
tree | 8cde552ce079eca2bc3f556f55aa0ff430671ef4 /Functions | |
parent | 43247252ddeedcf3955b030f2c77064089581cb0 (diff) | |
download | zsh-b6169745c1318a0405364a5d98618f25845d5209.tar.gz zsh-b6169745c1318a0405364a5d98618f25845d5209.tar.xz zsh-b6169745c1318a0405364a5d98618f25845d5209.zip |
unposted, c.f. 43913: emulate -L zsh in edit-command-line
Otherwise bad effects observed with GLOB_SUBST set.
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Zle/edit-command-line | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Functions/Zle/edit-command-line b/Functions/Zle/edit-command-line index e17893e93..991775ea5 100644 --- a/Functions/Zle/edit-command-line +++ b/Functions/Zle/edit-command-line @@ -6,6 +6,8 @@ # will give ksh-like behaviour for that key, # except that it will handle multi-line buffers properly. +emulate -L zsh + () { exec </dev/tty |