diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:27:50 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:27:50 +0000 |
commit | 7ba9f7f8ba098fe8d7ef017db44e0419f409c9af (patch) | |
tree | 873e8c71062aaaafb75d5b1334fe6586df6060cc /Completion/Builtins | |
parent | 947c76bc58a6e1d1ce676b4ddd3a1b22eefab7e7 (diff) | |
download | zsh-7ba9f7f8ba098fe8d7ef017db44e0419f409c9af.tar.gz zsh-7ba9f7f8ba098fe8d7ef017db44e0419f409c9af.tar.xz zsh-7ba9f7f8ba098fe8d7ef017db44e0419f409c9af.zip |
moved to Completion/Zsh/Command/_emulate
Diffstat (limited to 'Completion/Builtins')
-rw-r--r-- | Completion/Builtins/_emulate | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Completion/Builtins/_emulate b/Completion/Builtins/_emulate deleted file mode 100644 index e562d6834..000000000 --- a/Completion/Builtins/_emulate +++ /dev/null @@ -1,6 +0,0 @@ -#compdef emulate - -_arguments -C -s -A "-*" \ - '-L[set local_options and local_traps as well]' \ - '-R[reset all options instead of only those needed for script portability]' \ - '::shell to emulate:(zsh sh ksh csh)' |