about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
Commit message (Collapse)AuthorAgeFilesLines
...
* replace `path' with more general `urls' style (13814)Sven Wischnowsky2001-03-281-13/+23
|
* make _arguments return 300 only if given the -R option (13790)Sven Wischnowsky2001-03-271-3/+9
|
* _pids shouldn't start menu completion if the current word starts with a ↵Sven Wischnowsky2001-03-261-1/+1
| | | | hyphen; typo fix in compsys.yo (13763)
* fixSven Wischnowsky2001-03-231-3/+3
|
* add commands and call-command styles; mention some of the more expensive ↵Sven Wischnowsky2001-03-231-0/+61
| | | | things about completion setup in the docs (13727)
* spelling corrections (13610)Oliver Kiddle2001-03-121-26/+26
|
* 13544, 13568 (Peter): + syntax for matchers in matcher-list to augmentAndrey Borzenkov2001-03-061-0/+7
| | | | previous list
* new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky2001-03-051-0/+52
|
* add `services', allowing easier re-use of (parts of) completion functions ↵Sven Wischnowsky2001-01-151-1/+17
| | | | (13346)
* aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵Sven Wischnowsky2000-11-081-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)
* change some tags used in filename completion: no tag for file-sort, ↵Sven Wischnowsky2000-10-231-5/+6
| | | | fake-files and ignore-parents, paths for accept-exact (13037)
* remove possibility for func() entries in tag-order style, can be done using ↵Sven Wischnowsky2000-10-121-102/+22
| | | | zstyle -e (12974)
* rename fake style to fake-files (12973)Sven Wischnowsky2000-10-121-2/+2
|
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-111-22/+52
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* *** empty log message ***Sven Wischnowsky2000-10-101-0/+11
|
* cleanup (12896)Sven Wischnowsky2000-10-051-31/+28
|
* complete after autoloaded directories (a rather ugly hack); remove old code ↵Sven Wischnowsky2000-10-051-2/+3
| | | | in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
* Fiddle with _expand_word and its doc.Bart Schaefer2000-09-211-5/+11
|
* Create "User Contributions" doc and make some assoctiated changes.Bart Schaefer2000-09-041-102/+3
|
* 12716: Document and index REPLY/reply paramters properly.Bart Schaefer2000-08-291-1/+5
|
* call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky2000-08-151-10/+8
|
* Minor documentation fixes (12585)Oliver Kiddle2000-08-101-46/+46
|
* add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle2000-08-101-2/+6
|
* 12486: new completion caching layerAdam Spiers2000-08-021-0/+72
|
* if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky2000-08-021-3/+6
| | | | their descriptions (12483)
* make $compcontext more powerful and easier to use for simple casesSven Wischnowsky2000-08-011-7/+15
|
* clarify manual for menu style; select= and yes= may be given both a number ↵Sven Wischnowsky2000-07-311-0/+5
| | | | and one of the long* values at the same time (12438)
* fix a bug that started menu selection too often; fix bug for `yes=long' and ↵Sven Wischnowsky2000-07-271-2/+5
| | | | document it (12405)
* Move compinit security checks into compaudit.Bart Schaefer2000-07-261-10/+21
|
* fix for list-prompt docs (12229)Sven Wischnowsky2000-07-121-1/+2
|
* mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle2000-07-051-1/+17
|
* 12140: make key rebinding for _expand complter easierPeter Stephenson2000-07-031-1/+4
|
* change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky2000-07-031-6/+3
| | | | make a-a-i-n-h in menu selection work even without matches (12134)
* reverse meaning of yes=num again (12122)Sven Wischnowsky2000-06-291-1/+1
|
* change suffix style to still do expansion if the suffix contains something ↵Sven Wischnowsky2000-06-291-1/+2
| | | | to expand (12115)
* even more fun with the menu style (no=num, yes=long-list, reverse meaning of ↵Sven Wischnowsky2000-06-291-1/+7
| | | | yes=num) (12114)
* miscSven Wischnowsky2000-06-281-4/+4
|
* 12086: Alphabetize.Bart Schaefer2000-06-281-26/+30
|
* menu style accepts yes=x to start menu completion if there are at least x ↵Sven Wischnowsky2000-06-271-0/+4
| | | | matches (3219)
* document _use_lo (12082)Sven Wischnowsky2000-06-271-0/+33
|
* allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2000-06-221-0/+29
| | | | list-colors handling (12029)
* *** empty log message ***Sven Wischnowsky2000-06-201-1/+14
|
* _arguments: small fix for -s and new `!...' for things not to complete (but ↵Sven Wischnowsky2000-06-191-0/+11
| | | | to understand) (11985)
* allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky2000-06-191-6/+9
| | | | (11973)
* improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky2000-06-191-0/+18
| | | | fake style (11971)
* restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS ↵Sven Wischnowsky2000-06-191-3/+8
| | | | (3188)
* enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky2000-06-161-2/+10
|
* zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky2000-06-161-50/+24
| | | | _expand styles (11937)
* make _files try each pattern only once (and stop after `*') (11915)Sven Wischnowsky2000-06-151-0/+4
|
* make -A take a pattern as argument to match non-arguments; allow ↵Sven Wischnowsky2000-06-131-4/+9
| | | | single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets (?)