about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:39:40 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:39:40 +0000
commitcbba9da870bd27bdfa176b07e155ba763de239c1 (patch)
treef980690288adb3fd28be959e6a79b4d4d9eb7f79 /Completion/Zsh
parent71530f66ff48949a5dfe3ed67e9fee046d983648 (diff)
downloadzsh-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/.distfiles3
-rw-r--r--Completion/Zsh/Command/.distfiles9
-rw-r--r--Completion/Zsh/Context/.distfiles6
-rw-r--r--Completion/Zsh/Type/.distfiles7
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
+'