Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-03-04 | allow different sets of completion definitions selected with option -T to ↵ | Sven Wischnowsky | 1 | -22/+55 | |
compdef; use this for parameter values and redirections (16755) | |||||
2002-02-25 | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵ | Sven Wischnowsky | 1 | -12/+8 | |
change uses of _guard (16708) | |||||
2002-02-18 | allow an argument containing only a single colon as a separator between ↵ | Sven Wischnowsky | 1 | -2/+5 | |
options to _arguments and specs (16669) | |||||
2002-02-12 | Add a special-dirs example. | Bart Schaefer | 1 | -0/+7 | |
2002-02-12 | add -x option (to be passed on to compadd) to _description and friends; make ↵ | Sven Wischnowsky | 1 | -9/+16 | |
_message respect any -[12VJ] options it gets, adding the message to that group (16609) | |||||
2002-01-26 | 16419: Improve _arguments syntax summary. | Bart Schaefer | 1 | -1/+1 | |
2002-01-22 | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 1 | -1/+22 | |
implementation of compadd -x) (16483) | |||||
2002-01-21 | allow arguments to be given to functions used by compdef (actually, the ↵ | Sven Wischnowsky | 1 | -1/+14 | |
strings are eval'uated, so this should be powerful enough) (16472) | |||||
2002-01-10 | allow manual pages to be shown separated by section with new ↵ | Sven Wischnowsky | 1 | -0/+9 | |
separate-sections style (16426) | |||||
2002-01-04 | 16398: updated zstyle completion and related cleanup | Oliver Kiddle | 1 | -3/+42 | |
2001-10-10 | 16006: use styles for mail directory, pine directory, and muttrc. | Clint Adams | 1 | -0/+15 | |
2001-10-09 | change file completion default to offer globbed files and directories on ↵ | Sven Wischnowsky | 1 | -9/+11 | |
first try (15995) | |||||
2001-10-05 | make expand style (file completion) work again; no more special behaviour ↵ | Sven Wischnowsky | 1 | -5/+5 | |
with menu completion; try to make docs clearer (15944) | |||||
2001-08-15 | unposted: Add missing docs for cache-policy style. | Adam Spiers | 1 | -0/+6 | |
2001-08-08 | follow-up to 15588; add -w option to _values (look at all words); change _dd ↵ | Sven Wischnowsky | 1 | -0/+4 | |
back (15597) | |||||
2001-08-06 | correction (unposted) | Oliver Kiddle | 1 | -1/+1 | |
2001-07-25 | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 1 | -0/+6 | |
2001-07-18 | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 1 | -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-17 | add preserve-prefix style to keep pathname prefix unchanged (15400) | Sven Wischnowsky | 1 | -0/+10 | |
2001-06-06 | (14736) | Sven Wischnowsky | 1 | -0/+6 | |
2001-05-31 | correct alphabetical order in lists of styles, tags, functions and modules | Oliver Kiddle | 1 | -54/+54 | |
2001-05-29 | spelling corrections | Oliver Kiddle | 1 | -5/+5 | |
2001-05-28 | 14509: ZLS_COLOURS/ZLS_COLORS consistency | Clint Adams | 1 | -1/+1 | |
2001-05-09 | add description of how to add a auto-removable suffix when using a ->state ↵ | Sven Wischnowsky | 1 | -0/+10 | |
action with _values (14279) | |||||
2001-05-08 | add -S option to specify separator between values and their arguments; make ↵ | Sven Wischnowsky | 1 | -2/+8 | |
_values add the value-separator as a suffix for most types of actions (14257) | |||||
2001-05-08 | empty description means: don't add a -X option (14252) | Sven Wischnowsky | 1 | -3/+10 | |
2001-04-27 | try to improve testing for suffix style in _expand; make _path_files fail to ↵ | Sven Wischnowsky | 1 | -13/+3 | |
complete words like ...<pat>..<param-subst>... (14133) | |||||
2001-04-26 | 14117 | Sven Wischnowsky | 1 | -11/+12 | |
2001-04-26 | handle sub-sub-directories of $_compdir as in the CVS-layout (14107) | Sven Wischnowsky | 1 | -3/+4 | |
2001-04-26 | rename -W option to -w, add new -W option which makes _arguments complete ↵ | Sven Wischnowsky | 1 | -2/+46 | |
options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105) | |||||
2001-04-04 | add -W option to _arguments, which allows to complete options after options ↵ | Sven Wischnowsky | 1 | -7/+14 | |
that take an argument in the next word (13902) | |||||
2001-04-02 | after-move cleanup | Sven Wischnowsky | 1 | -47/+42 | |
2001-04-01 | various doc fixes and minor completion function changes, most of which | Oliver Kiddle | 1 | -21/+24 | |
are to use the -A "-*" and -S options to _arguments (13863) | |||||
2001-03-28 | more cleanup; simplify the stop and liststyles; try to make it obey whatever ↵ | Sven Wischnowsky | 1 | -7/+10 | |
_main_complete says should be done (menu-wise) (13815) | |||||
2001-03-28 | replace `path' with more general `urls' style (13814) | Sven Wischnowsky | 1 | -13/+23 | |
2001-03-27 | make _arguments return 300 only if given the -R option (13790) | Sven Wischnowsky | 1 | -3/+9 | |
2001-03-26 | _pids shouldn't start menu completion if the current word starts with a ↵ | Sven Wischnowsky | 1 | -1/+1 | |
hyphen; typo fix in compsys.yo (13763) | |||||
2001-03-23 | fix | Sven Wischnowsky | 1 | -3/+3 | |
2001-03-23 | add commands and call-command styles; mention some of the more expensive ↵ | Sven Wischnowsky | 1 | -0/+61 | |
things about completion setup in the docs (13727) | |||||
2001-03-12 | spelling corrections (13610) | Oliver Kiddle | 1 | -26/+26 | |
2001-03-06 | 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment | Andrey Borzenkov | 1 | -0/+7 | |
previous list | |||||
2001-03-05 | new _expand_aliases to, well, expand aliases (13566) | Sven Wischnowsky | 1 | -0/+52 | |
2001-01-15 | add `services', allowing easier re-use of (parts of) completion functions ↵ | Sven Wischnowsky | 1 | -1/+17 | |
(13346) | |||||
2000-11-08 | aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵ | Sven Wischnowsky | 1 | -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-23 | change some tags used in filename completion: no tag for file-sort, ↵ | Sven Wischnowsky | 1 | -5/+6 | |
fake-files and ignore-parents, paths for accept-exact (13037) | |||||
2000-10-12 | remove possibility for func() entries in tag-order style, can be done using ↵ | Sven Wischnowsky | 1 | -102/+22 | |
zstyle -e (12974) | |||||
2000-10-12 | rename fake style to fake-files (12973) | Sven Wischnowsky | 1 | -2/+2 | |
2000-10-11 | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 1 | -22/+52 | |
representing all other matches; remove completions style from _expand(|_word) (12960) | |||||
2000-10-10 | *** empty log message *** | Sven Wischnowsky | 1 | -0/+11 | |
2000-10-05 | cleanup (12896) | Sven Wischnowsky | 1 | -31/+28 | |