diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-11 13:27:15 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-11 13:27:15 +0000 |
commit | 9328260cdf2a6bf9847965bbb92e3e049f52a2cc (patch) | |
tree | bf5dfbee60fced68d97df418c98e03354f42b3df | |
parent | db777b0f0b0ab924afb4ecdef883715e732c702d (diff) | |
download | zsh-9328260cdf2a6bf9847965bbb92e3e049f52a2cc.tar.gz zsh-9328260cdf2a6bf9847965bbb92e3e049f52a2cc.tar.xz zsh-9328260cdf2a6bf9847965bbb92e3e049f52a2cc.zip |
zsh-workers/9681
-rw-r--r-- | Completion/Core/.distfiles | 5 | ||||
-rw-r--r-- | Completion/User/.distfiles | 2 | ||||
-rw-r--r-- | Completion/User/_prcs | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Completion/Core/.distfiles b/Completion/Core/.distfiles index 037d1520e..ad6ae2fdf 100644 --- a/Completion/Core/.distfiles +++ b/Completion/Core/.distfiles @@ -1,8 +1,9 @@ DISTFILES_SRC=' .distfiles _alternative _approximate _compalso _complete _correct _description - _expand _files _funcall _list _main_complete _match _menu _multi_parts - _message _normal _oldlist _options _parameters _path_files _requested + _expand _files _funcall _list _main_complete _match + _matcher _menu _multi_parts _message _normal _oldlist + _options _parameters _path_files _requested _sep_parts _set_options _setup _sort_tags _tags _unset_options _wanted compdump compinit compinstall diff --git a/Completion/User/.distfiles b/Completion/User/.distfiles index 1e058dc34..d3b287ed1 100644 --- a/Completion/User/.distfiles +++ b/Completion/User/.distfiles @@ -8,7 +8,7 @@ DISTFILES_SRC=' _netscape _nslookup _other_accounts _pack _patch _pbm _pdf _perl_basepods _perl_builtin_funcs _perl_modules _perldoc _ports _prcs _prompt _ps _pspdf _rcs _rlogin _sh _socket - _ssh _strip _stty _su _sudo _tar _tar_archive _telnet _tex + _ssh _strip _stty _su _sudo _tar _tar_archive _telnet _tex _texi _tiff _uncompress _unpack _urls _use_lo _user_at_host _users _users_on _webbrowser _wget _whereis _whois _xargs _yodl _yp _zdump diff --git a/Completion/User/_prcs b/Completion/User/_prcs index 56a97cdd1..3ab6f57ca 100644 --- a/Completion/User/_prcs +++ b/Completion/User/_prcs @@ -133,7 +133,7 @@ else '(--new)-N[compare new files against empty files]' \ "(-P)--exclude-project-file[don't diff the project file]" \ "(--exclude-project-file)-P[don't diff the project file]" \ - '--[introduce diff options]:*:diff options: _diff_options' \ + '--[introduce diff options]:*::diff options: _diff_options' \ ':project name:_prcs_projects' \ '*:file or directory:_files' ;; |