summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
AgeCommit message (Collapse)AuthorFilesLines
2001-08-15unposted: Add missing docs for cache-policy style.Adam Spiers1-0/+6
2001-08-08follow-up to 15588; add -w option to _values (look at all words); change _dd ↵Sven Wischnowsky1-0/+4
back (15597)
2001-08-06correction (unposted)Oliver Kiddle1-1/+1
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky1-0/+6
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky1-0/+14
have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407)
2001-07-17add preserve-prefix style to keep pathname prefix unchanged (15400)Sven Wischnowsky1-0/+10
2001-06-06(14736)Sven Wischnowsky1-0/+6
2001-05-31correct alphabetical order in lists of styles, tags, functions and modulesOliver Kiddle1-54/+54
2001-05-29spelling correctionsOliver Kiddle1-5/+5
2001-05-2814509: ZLS_COLOURS/ZLS_COLORS consistencyClint Adams1-1/+1
2001-05-09add description of how to add a auto-removable suffix when using a ->state ↵Sven Wischnowsky1-0/+10
action with _values (14279)
2001-05-08add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky1-2/+8
_values add the value-separator as a suffix for most types of actions (14257)
2001-05-08empty description means: don't add a -X option (14252)Sven Wischnowsky1-3/+10
2001-04-27try to improve testing for suffix style in _expand; make _path_files fail to ↵Sven Wischnowsky1-13/+3
complete words like ...<pat>..<param-subst>... (14133)
2001-04-2614117Sven Wischnowsky1-11/+12
2001-04-26handle sub-sub-directories of $_compdir as in the CVS-layout (14107)Sven Wischnowsky1-3/+4
2001-04-26rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky1-2/+46
options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
2001-04-04add -W option to _arguments, which allows to complete options after options ↵Sven Wischnowsky1-7/+14
that take an argument in the next word (13902)
2001-04-02after-move cleanupSven Wischnowsky1-47/+42
2001-04-01various doc fixes and minor completion function changes, most of whichOliver Kiddle1-21/+24
are to use the -A "-*" and -S options to _arguments (13863)
2001-03-28more cleanup; simplify the stop and liststyles; try to make it obey whatever ↵Sven Wischnowsky1-7/+10
_main_complete says should be done (menu-wise) (13815)
2001-03-28replace `path' with more general `urls' style (13814)Sven Wischnowsky1-13/+23
2001-03-27make _arguments return 300 only if given the -R option (13790)Sven Wischnowsky1-3/+9
2001-03-26_pids shouldn't start menu completion if the current word starts with a ↵Sven Wischnowsky1-1/+1
hyphen; typo fix in compsys.yo (13763)
2001-03-23fixSven Wischnowsky1-3/+3
2001-03-23add commands and call-command styles; mention some of the more expensive ↵Sven Wischnowsky1-0/+61
things about completion setup in the docs (13727)
2001-03-12spelling corrections (13610)Oliver Kiddle1-26/+26
2001-03-0613544, 13568 (Peter): + syntax for matchers in matcher-list to augmentAndrey Borzenkov1-0/+7
previous list
2001-03-05new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky1-0/+52
2001-01-15add `services', allowing easier re-use of (parts of) completion functions ↵Sven Wischnowsky1-1/+17
(13346)
2000-11-08aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵Sven Wischnowsky1-1/+16
the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128)
2000-10-23change some tags used in filename completion: no tag for file-sort, ↵Sven Wischnowsky1-5/+6
fake-files and ignore-parents, paths for accept-exact (13037)
2000-10-12remove possibility for func() entries in tag-order style, can be done using ↵Sven Wischnowsky1-102/+22
zstyle -e (12974)
2000-10-12rename fake style to fake-files (12973)Sven Wischnowsky1-2/+2
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky1-22/+52
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-10*** empty log message ***Sven Wischnowsky1-0/+11
2000-10-05cleanup (12896)Sven Wischnowsky1-31/+28
2000-10-05complete after autoloaded directories (a rather ugly hack); remove old code ↵Sven Wischnowsky1-2/+3
in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
2000-09-21Fiddle with _expand_word and its doc.Bart Schaefer1-5/+11
2000-09-04Create "User Contributions" doc and make some assoctiated changes.Bart Schaefer1-102/+3
2000-08-2912716: Document and index REPLY/reply paramters properly.Bart Schaefer1-1/+5
2000-08-15call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky1-10/+8
2000-08-10Minor documentation fixes (12585)Oliver Kiddle1-46/+46
2000-08-10add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle1-2/+6
2000-08-0212486: new completion caching layerAdam Spiers1-0/+72
2000-08-02if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky1-3/+6
their descriptions (12483)
2000-08-01make $compcontext more powerful and easier to use for simple casesSven Wischnowsky1-7/+15
2000-07-31clarify manual for menu style; select= and yes= may be given both a number ↵Sven Wischnowsky1-0/+5
and one of the long* values at the same time (12438)
2000-07-27fix a bug that started menu selection too often; fix bug for `yes=long' and ↵Sven Wischnowsky1-2/+5
document it (12405)
2000-07-26Move compinit security checks into compaudit.Bart Schaefer1-10/+21