summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
AgeCommit message (Expand)AuthorFilesLines
2002-03-04allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky1-22/+55
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky1-12/+8
2002-02-18allow an argument containing only a single colon as a separator between optio...Sven Wischnowsky1-2/+5
2002-02-12Add a special-dirs example.Bart Schaefer1-0/+7
2002-02-12add -x option (to be passed on to compadd) to _description and friends; make ...Sven Wischnowsky1-9/+16
2002-01-2616419: Improve _arguments syntax summary.Bart Schaefer1-1/+1
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-1/+22
2002-01-21allow arguments to be given to functions used by compdef (actually, the strin...Sven Wischnowsky1-1/+14
2002-01-10allow manual pages to be shown separated by section with new separate-section...Sven Wischnowsky1-0/+9
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle1-3/+42
2001-10-1016006: use styles for mail directory, pine directory, and muttrc.Clint Adams1-0/+15
2001-10-09change file completion default to offer globbed files and directories on firs...Sven Wischnowsky1-9/+11
2001-10-05make expand style (file completion) work again; no more special behaviour wit...Sven Wischnowsky1-5/+5
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
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
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 ac...Sven Wischnowsky1-0/+10
2001-05-08add -S option to specify separator between values and their arguments; make _...Sven Wischnowsky1-2/+8
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
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 opt...Sven Wischnowsky1-2/+46
2001-04-04add -W option to _arguments, which allows to complete options after options t...Sven Wischnowsky1-7/+14
2001-04-02after-move cleanupSven Wischnowsky1-47/+42
2001-04-01various doc fixes and minor completion function changes, most of whichOliver Kiddle1-21/+24
2001-03-28more cleanup; simplify the stop and liststyles; try to make it obey whatever ...Sven Wischnowsky1-7/+10
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 hyphe...Sven Wischnowsky1-1/+1
2001-03-23fixSven Wischnowsky1-3/+3
2001-03-23add commands and call-command styles; mention some of the more expensive thin...Sven Wischnowsky1-0/+61
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
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 (13...Sven Wischnowsky1-1/+17
2000-11-08aloow value `pattern' for insert-unambiguous style to preserve patterns in th...Sven Wischnowsky1-1/+16
2000-10-23change some tags used in filename completion: no tag for file-sort, fake-file...Sven Wischnowsky1-5/+6
2000-10-12remove possibility for func() entries in tag-order style, can be done using z...Sven Wischnowsky1-102/+22
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 r...Sven Wischnowsky1-22/+52
2000-10-10*** empty log message ***Sven Wischnowsky1-0/+11
2000-10-05cleanup (12896)Sven Wischnowsky1-31/+28