about summary refs log tree commit diff
path: root/Functions/Misc
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-06-18 16:18:52 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-06-18 16:18:52 -0700
commit61a383ec4d21b90dc5ff138a76baf0a930b91c7a (patch)
treecd6662e6d111f28101a9bc209dcb6637ecf49787 /Functions/Misc
parenta22f4ea8ba963d8bf5aff5a4bebad8a7c2a9ead6 (diff)
downloadzsh-61a383ec4d21b90dc5ff138a76baf0a930b91c7a.tar.gz
zsh-61a383ec4d21b90dc5ff138a76baf0a930b91c7a.tar.xz
zsh-61a383ec4d21b90dc5ff138a76baf0a930b91c7a.zip
unposted: zed needs localoptions noksharrays
Diffstat (limited to 'Functions/Misc')
-rw-r--r--Functions/Misc/zed2
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