mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +02:00
unposted, c.f. 43913: emulate -L zsh in edit-command-line
Otherwise bad effects observed with GLOB_SUBST set.
This commit is contained in:
parent
43247252dd
commit
b6169745c1
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2018-12-19 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* unposted c.f. 43913: Functions/Zle/edit-command-line: emulate
|
||||||
|
-L zsh to avoid bad effects with globsubst.
|
||||||
|
|
||||||
2018-12-17 dana <dana@dana.is>
|
2018-12-17 dana <dana@dana.is>
|
||||||
|
|
||||||
* 43897: Completion/Darwin/Command/_xcode-select,
|
* 43897: Completion/Darwin/Command/_xcode-select,
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
# will give ksh-like behaviour for that key,
|
# will give ksh-like behaviour for that key,
|
||||||
# except that it will handle multi-line buffers properly.
|
# except that it will handle multi-line buffers properly.
|
||||||
|
|
||||||
|
emulate -L zsh
|
||||||
|
|
||||||
() {
|
() {
|
||||||
exec </dev/tty
|
exec </dev/tty
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue