diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2016-06-18 16:18:52 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-06-18 16:18:52 -0700 |
commit | 61a383ec4d21b90dc5ff138a76baf0a930b91c7a (patch) | |
tree | cd6662e6d111f28101a9bc209dcb6637ecf49787 /Functions | |
parent | a22f4ea8ba963d8bf5aff5a4bebad8a7c2a9ead6 (diff) | |
download | zsh-61a383ec4d21b90dc5ff138a76baf0a930b91c7a.tar.gz zsh-61a383ec4d21b90dc5ff138a76baf0a930b91c7a.tar.xz zsh-61a383ec4d21b90dc5ff138a76baf0a930b91c7a.zip |
unposted: zed needs localoptions noksharrays
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Misc/zed | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Functions/Misc/zed b/Functions/Misc/zed index eb8f557ea..0ea90c7df 100644 --- a/Functions/Misc/zed +++ b/Functions/Misc/zed @@ -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 |