mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 17:10:59 +01:00
unposted: zed needs localoptions noksharrays
This commit is contained in:
parent
a22f4ea8ba
commit
61a383ec4d
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-06-18 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Functions/Misc/zed: localoptions noksharrays
|
||||||
|
|
||||||
2016-06-18 Oliver Kiddle <opk@zsh.org>
|
2016-06-18 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* 38713: Completion/Unix/Type/_dates: don't add calendar matches
|
* 38713: Completion/Unix/Type/_dates: don't add calendar matches
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
# Use ^X^W to save, ^C to abort.
|
# Use ^X^W to save, ^C to abort.
|
||||||
# Option -f: edit shell functions. (Also if called as fned.)
|
# Option -f: edit shell functions. (Also if called as fned.)
|
||||||
|
|
||||||
|
setopt localoptions noksharrays
|
||||||
|
|
||||||
local var opts zed_file_name
|
local var opts zed_file_name
|
||||||
# We do not want timeout while we are editing a file
|
# We do not want timeout while we are editing a file
|
||||||
integer TMOUT=0 okargs=1 fun bind
|
integer TMOUT=0 okargs=1 fun bind
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue