mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
Dist more files
This commit is contained in:
parent
205af05471
commit
f46ad1753b
5 changed files with 11 additions and 5 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
* unposted: Config/version.mk: 4.0.1-pre-2.
|
||||
|
||||
* unposted: Functions/Zle/.distfiles, Completion/Core/.distfiles,
|
||||
Completion/Base/.distfiles, Completion/User/.distfiles: dist more
|
||||
files.
|
||||
|
||||
2001-03-08 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 13591: Completion/User/_init_d: try to find out the sub commands
|
||||
|
|
|
@ -4,4 +4,5 @@ DISTFILES_SRC='
|
|||
_command_names _condition _default _describe _equal _first _in_vared
|
||||
_jobs _math _parameter _precommand _redirect _regex_arguments
|
||||
_retrieve_cache _store_cache _subscript _tilde _value _values
|
||||
_sub_commands
|
||||
'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
_all_labels _all_matches _alternative _approximate
|
||||
_call _compalso _complete _correct _description _expand
|
||||
_call _compalso _complete _correct _description _expand _expand_alias
|
||||
_file_descriptors _files _funcall _history _ignored _list _main_complete
|
||||
_match _menu _multi_parts _message _next_label _normal _oldlist _options
|
||||
_parameters _path_files _prefix _requested _sep_parts
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
_a2ps _archie _arp _bison _bzip2 _chown _compress
|
||||
_a2ps _apachectl _archie _arp _bison _bzip2 _chown _compress
|
||||
_configure _cvs _dd _dict _diff _diff_options _dir_list _dirs
|
||||
_domains _dvi _enscript
|
||||
_find _finger _fakeroot _flex _gcc _gdb _getconf _gprof _groups
|
||||
_gs _gv _gzip _hosts _imagemagick _ispell
|
||||
_java _joe _killall _lp _look _lynx _lzop
|
||||
_find _finger _fakeroot _flex _gcc _gdb _getconf _gprof _grep _groups
|
||||
_gs _gv _gzip _hosts _imagemagick _init_d _ispell
|
||||
_java _joe _killall _lp _look _ls _lynx _lzop
|
||||
_mailboxes _make _man _mere _mh _mount _mutt _my_accounts _mysql_utils
|
||||
_nedit _netscape _newsgroups _nslookup _other_accounts
|
||||
_pack _patch _pbm _pdf _perl _perl_basepods _perl_builtin_funcs
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles history-search-end edit-command-line incremental-complete-word
|
||||
incarg insert-files predict-on smart-insert-last-word
|
||||
cycle-completion-positions
|
||||
'
|
||||
|
|
Loading…
Reference in a new issue