diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-04 11:20:52 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-04 11:20:52 +0000 |
commit | 4df35781480766a5da9099daf16f78b89f36e651 (patch) | |
tree | 7c29eb6d44341686865b109bb00092c2d201be20 /Completion/Core | |
parent | 7b016b8cd80c60658c92da63ea500998f299d77b (diff) | |
download | zsh-4df35781480766a5da9099daf16f78b89f36e651.tar.gz zsh-4df35781480766a5da9099daf16f78b89f36e651.tar.xz zsh-4df35781480766a5da9099daf16f78b89f36e651.zip |
Add _emulate, _zcompile, _all_labels, _ignored, _next_label.
Diffstat (limited to 'Completion/Core')
-rw-r--r-- | Completion/Core/.distfiles | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Completion/Core/.distfiles b/Completion/Core/.distfiles index 0c85315fb..ff67b283e 100644 --- a/Completion/Core/.distfiles +++ b/Completion/Core/.distfiles @@ -1,8 +1,9 @@ DISTFILES_SRC=' .distfiles - _alternative _approximate _call _compalso _complete _correct _description - _expand _files _funcall _list _main_complete _match - _menu _multi_parts _message _normal _oldlist _options + _all_labels _alternative _approximate + _call _compalso _complete _correct _description + _expand _files _funcall _ignored _list _main_complete _match + _menu _multi_parts _message _next_label _normal _oldlist _options _parameters _path_files _prefix _requested _sep_parts _set_options _setup _sort_tags _tags _unset_options _wanted |