1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

unposted: zed needs localoptions noksharrays

This commit is contained in:
Barton E. Schaefer 2016-06-18 16:18:52 -07:00
parent a22f4ea8ba
commit 61a383ec4d
2 changed files with 6 additions and 0 deletions

View file

@ -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>
* 38713: Completion/Unix/Type/_dates: don't add calendar matches

View file

@ -6,6 +6,8 @@
# Use ^X^W to save, ^C to abort.
# Option -f: edit shell functions. (Also if called as fned.)
setopt localoptions noksharrays
local var opts zed_file_name
# We do not want timeout while we are editing a file
integer TMOUT=0 okargs=1 fun bind