about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 (?)
* new _generic widget to call completion with $WIDGET in function field of ↵Sven Wischnowsky2000-06-131-0/+14
| | | | context (?)
* allow insert-tab to contain `pending[=num]' to handle the case when there is ↵Sven Wischnowsky2000-06-131-1/+11
| | | | pending input (?)
* new style `suffix'; use accept-exact style in _expand (?)Sven Wischnowsky2000-06-131-0/+14
|
* trying to improve _expand; new keep-prefix style, add-space gives more ↵Sven Wischnowsky2000-06-081-3/+24
| | | | control (11815)
* doc fix, missing `)' (11638)Sven Wischnowsky2000-05-291-1/+1
|
* make handling of default tag clearer in the docs (3101)Sven Wischnowsky2000-05-291-2/+12
|
* fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky2000-05-291-0/+7
|
* 11554: Rearrange _arguments doc some more.Bart Schaefer2000-05-241-133/+177
|
* 11542: Doc/Zsh/compsys.yo: more wording `improvements'Peter Stephenson2000-05-231-200/+217
|
* 11537: new _complete_tag functionPeter Stephenson2000-05-231-0/+12
|
* pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky2000-05-221-49/+44
| | | | after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
* 11477: Alphabetize itemized lists.Bart Schaefer2000-05-201-602/+604
|
* allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky2000-05-181-0/+6
|
* small doc fix; make compcall autoload compctl module (11457)Sven Wischnowsky2000-05-181-1/+1
|
* 11448: doc changesPeter Stephenson2000-05-171-350/+357
|
* fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky2000-05-161-1/+5
| | | | `-command-line-', handy for completion in vared (11408)
* add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky2000-05-151-1/+2
| | | | `false' there
* doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson2000-05-141-197/+195
|
* allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky2000-05-111-0/+14
| | | | _argument_sets and the C-code for it (11320)
* make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky2000-05-111-0/+7
| | | | values for menu style to start menu-selection if list is too long for screen (11319)
* Spelling corrections in the docs (11315)Oliver Kiddle2000-05-111-6/+6
|
* more fixes for _arguments and its docs (11298)Sven Wischnowsky2000-05-101-2/+4
|
* misc. _arguments fixesSven Wischnowsky2000-05-101-3/+4
|
* give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2000-05-091-0/+9
| | | | cursor; add insert-tab style (11274)
* new -A and -S options to _arguments; `-opt=-' specs for options whose ↵Sven Wischnowsky2000-05-091-1/+10
| | | | argument has to come after the `=' (11270)
* minor doc fixes (11268)Oliver Kiddle2000-05-081-1/+1
|
* make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky2000-05-081-0/+11
| | | | style to ignore words already on the line (11244)
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-081-4/+38
|
* 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-061-3/+4
| | | | | Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
* 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-041-3/+6
| | | | | Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
* don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2000-05-041-0/+12
| | | | control over this (11140)
* allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky2000-05-031-2/+3
| | | | (11121)
* more doc fixes (11094)Sven Wischnowsky2000-05-031-5/+7
|
* two more doc fixes (11060)Sven Wischnowsky2000-05-021-4/+3
|
* completion doc fixes and cleanup; _sort_tags updated (11047)Sven Wischnowsky2000-05-021-187/+166
|