diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:39:40 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:39:40 +0000 |
commit | cbba9da870bd27bdfa176b07e155ba763de239c1 (patch) | |
tree | f980690288adb3fd28be959e6a79b4d4d9eb7f79 /Completion/Zsh | |
parent | 71530f66ff48949a5dfe3ed67e9fee046d983648 (diff) | |
download | zsh-cbba9da870bd27bdfa176b07e155ba763de239c1.tar.gz zsh-cbba9da870bd27bdfa176b07e155ba763de239c1.tar.xz zsh-cbba9da870bd27bdfa176b07e155ba763de239c1.zip |
new or changed after move
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/.distfiles | 3 | ||||
-rw-r--r-- | Completion/Zsh/Command/.distfiles | 9 | ||||
-rw-r--r-- | Completion/Zsh/Context/.distfiles | 6 | ||||
-rw-r--r-- | Completion/Zsh/Type/.distfiles | 7 |
4 files changed, 25 insertions, 0 deletions
diff --git a/Completion/Zsh/.distfiles b/Completion/Zsh/.distfiles new file mode 100644 index 000000000..9e276f99b --- /dev/null +++ b/Completion/Zsh/.distfiles @@ -0,0 +1,3 @@ +DISTFILES_SRC=' +.distfiles +' diff --git a/Completion/Zsh/Command/.distfiles b/Completion/Zsh/Command/.distfiles new file mode 100644 index 000000000..e77927278 --- /dev/null +++ b/Completion/Zsh/Command/.distfiles @@ -0,0 +1,9 @@ +DISTFILES_SRC=' +.distfiles +_autoload _disable _kill _sched _typeset _zftp +_bindkey _echotc _mere _set _unhash _zle +_builtin _emulate _precommand _setopt _unsetopt _zmodload +_cd _enable _print _source _wait _zpty +_command _fc _prompt _stat _which _zstyle +_compdef _hash _read _trap _zcompile _zed +' diff --git a/Completion/Zsh/Context/.distfiles b/Completion/Zsh/Context/.distfiles new file mode 100644 index 000000000..de5a691cc --- /dev/null +++ b/Completion/Zsh/Context/.distfiles @@ -0,0 +1,6 @@ +DISTFILES_SRC=' +.distfiles +_brace_parameter _equal _math _subscript +_condition _first _parameter _tilde +_default _in_vared _redirect _value +' diff --git a/Completion/Zsh/Type/.distfiles b/Completion/Zsh/Type/.distfiles new file mode 100644 index 000000000..652148b61 --- /dev/null +++ b/Completion/Zsh/Type/.distfiles @@ -0,0 +1,7 @@ +DISTFILES_SRC=' +.distfiles +_aliases _file_descriptors _jobs_fg _options_unset +_arrays _functions _limits _parameters +_command_names _jobs _options _vars +_directory_stack _jobs_bg _options_set +' |