summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
AgeCommit message (Collapse)AuthorFilesLines
2000-06-20*** empty log message ***Sven Wischnowsky1-1/+14
2000-06-19_arguments: small fix for -s and new `!...' for things not to complete (but ↵Sven Wischnowsky1-0/+11
to understand) (11985)
2000-06-19allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky1-6/+9
(11973)
2000-06-19improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky1-0/+18
fake style (11971)
2000-06-19restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS ↵Sven Wischnowsky1-3/+8
(3188)
2000-06-16enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky1-2/+10
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky1-50/+24
_expand styles (11937)
2000-06-15make _files try each pattern only once (and stop after `*') (11915)Sven Wischnowsky1-0/+4
2000-06-13make -A take a pattern as argument to match non-arguments; allow ↵Sven Wischnowsky1-4/+9
single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets (?)
2000-06-13new _generic widget to call completion with $WIDGET in function field of ↵Sven Wischnowsky1-0/+14
context (?)
2000-06-13allow insert-tab to contain `pending[=num]' to handle the case when there is ↵Sven Wischnowsky1-1/+11
pending input (?)
2000-06-13new style `suffix'; use accept-exact style in _expand (?)Sven Wischnowsky1-0/+14
2000-06-08trying to improve _expand; new keep-prefix style, add-space gives more ↵Sven Wischnowsky1-3/+24
control (11815)
2000-05-29doc fix, missing `)' (11638)Sven Wischnowsky1-1/+1
2000-05-29make handling of default tag clearer in the docs (3101)Sven Wischnowsky1-2/+12
2000-05-29fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky1-0/+7
2000-05-2411554: Rearrange _arguments doc some more.Bart Schaefer1-133/+177
2000-05-2311542: Doc/Zsh/compsys.yo: more wording `improvements'Peter Stephenson1-200/+217
2000-05-2311537: new _complete_tag functionPeter Stephenson1-0/+12
2000-05-22pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky1-49/+44
after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-2011477: Alphabetize itemized lists.Bart Schaefer1-602/+604
2000-05-18allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky1-0/+6
2000-05-18small doc fix; make compcall autoload compctl module (11457)Sven Wischnowsky1-1/+1
2000-05-1711448: doc changesPeter Stephenson1-350/+357
2000-05-16fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky1-1/+5
`-command-line-', handy for completion in vared (11408)
2000-05-15add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky1-1/+2
`false' there
2000-05-14doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson1-197/+195
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky1-0/+14
_argument_sets and the C-code for it (11320)
2000-05-11make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky1-0/+7
values for menu style to start menu-selection if list is too long for screen (11319)
2000-05-11Spelling corrections in the docs (11315)Oliver Kiddle1-6/+6
2000-05-10more fixes for _arguments and its docs (11298)Sven Wischnowsky1-2/+4
2000-05-10misc. _arguments fixesSven Wischnowsky1-3/+4
2000-05-09give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky1-0/+9
cursor; add insert-tab style (11274)
2000-05-09new -A and -S options to _arguments; `-opt=-' specs for options whose ↵Sven Wischnowsky1-1/+10
argument has to come after the `=' (11270)
2000-05-08minor doc fixes (11268)Oliver Kiddle1-1/+1
2000-05-08make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky1-0/+11
style to ignore words already on the line (11244)
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky1-4/+38
2000-05-0611223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira1-3/+4
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
2000-05-0411165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira1-3/+6
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
2000-05-04don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky1-0/+12
control over this (11140)
2000-05-03allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky1-2/+3
(11121)
2000-05-03more doc fixes (11094)Sven Wischnowsky1-5/+7
2000-05-02two more doc fixes (11060)Sven Wischnowsky1-4/+3
2000-05-02completion doc fixes and cleanup; _sort_tags updated (11047)Sven Wischnowsky1-187/+166
2000-04-3011024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer1-1/+8
2000-04-2911019: fix bug in _description exampleAdam Spiers1-1/+1
2000-04-28move compctl docs behind compsys, mention `zcompile -z' in compsys (11008)Sven Wischnowsky1-1/+13
2000-04-27new _history completer (10979)Sven Wischnowsky1-0/+8
2000-04-27document _wanted -C; fix for call to _wanted in _urls (10965)Sven Wischnowsky1-1/+4
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky1-5/+9
MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)