Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS ↵ | Sven Wischnowsky | 2000-06-19 | 1 | -3/+8 | |
| | | | | (3188) | |||||
* | enhance ignore-line to ignore all/current/other word(s) (11938) | Sven Wischnowsky | 2000-06-16 | 1 | -2/+10 | |
| | ||||||
* | zstyle -e option; change math-styles to boolean ones; change defaults for ↵ | Sven Wischnowsky | 2000-06-16 | 1 | -50/+24 | |
| | | | | _expand styles (11937) | |||||
* | make _files try each pattern only once (and stop after `*') (11915) | Sven Wischnowsky | 2000-06-15 | 1 | -0/+4 | |
| | ||||||
* | make -A take a pattern as argument to match non-arguments; allow ↵ | Sven Wischnowsky | 2000-06-13 | 1 | -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 Wischnowsky | 2000-06-13 | 1 | -0/+14 | |
| | | | | context (?) | |||||
* | allow insert-tab to contain `pending[=num]' to handle the case when there is ↵ | Sven Wischnowsky | 2000-06-13 | 1 | -1/+11 | |
| | | | | pending input (?) | |||||
* | new style `suffix'; use accept-exact style in _expand (?) | Sven Wischnowsky | 2000-06-13 | 1 | -0/+14 | |
| | ||||||
* | trying to improve _expand; new keep-prefix style, add-space gives more ↵ | Sven Wischnowsky | 2000-06-08 | 1 | -3/+24 | |
| | | | | control (11815) | |||||
* | doc fix, missing `)' (11638) | Sven Wischnowsky | 2000-05-29 | 1 | -1/+1 | |
| | ||||||
* | make handling of default tag clearer in the docs (3101) | Sven Wischnowsky | 2000-05-29 | 1 | -2/+12 | |
| | ||||||
* | fixes for _arguments with sets; make _zpty not use sets (11624) | Sven Wischnowsky | 2000-05-29 | 1 | -0/+7 | |
| | ||||||
* | 11554: Rearrange _arguments doc some more. | Bart Schaefer | 2000-05-24 | 1 | -133/+177 | |
| | ||||||
* | 11542: Doc/Zsh/compsys.yo: more wording `improvements' | Peter Stephenson | 2000-05-23 | 1 | -200/+217 | |
| | ||||||
* | 11537: new _complete_tag function | Peter Stephenson | 2000-05-23 | 1 | -0/+12 | |
| | ||||||
* | pat(-) in long-option patterns to say that argument should be completed only ↵ | Sven Wischnowsky | 2000-05-22 | 1 | -49/+44 | |
| | | | | after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489) | |||||
* | 11477: Alphabetize itemized lists. | Bart Schaefer | 2000-05-20 | 1 | -602/+604 | |
| | ||||||
* | allow _main_complete to call an arbitrary command given as arguments (11459) | Sven Wischnowsky | 2000-05-18 | 1 | -0/+6 | |
| | ||||||
* | small doc fix; make compcall autoload compctl module (11457) | Sven Wischnowsky | 2000-05-18 | 1 | -1/+1 | |
| | ||||||
* | 11448: doc changes | Peter Stephenson | 2000-05-17 | 1 | -350/+357 | |
| | ||||||
* | fixed configuration of menu-selection with menu style; pseudo-context ↵ | Sven Wischnowsky | 2000-05-16 | 1 | -1/+5 | |
| | | | | `-command-line-', handy for completion in vared (11408) | |||||
* | add _in_vared for completion inside vared; make insert-tab default to ↵ | Sven Wischnowsky | 2000-05-15 | 1 | -1/+2 | |
| | | | | `false' there | |||||
* | doc changes; typo in _jobs; integer builtin understands `-i base' | Peter Stephenson | 2000-05-14 | 1 | -197/+195 | |
| | ||||||
* | allow internally-mutually exclusive sets in _argument_sets; fixes for ↵ | Sven Wischnowsky | 2000-05-11 | 1 | -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 Wischnowsky | 2000-05-11 | 1 | -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 Kiddle | 2000-05-11 | 1 | -6/+6 | |
| | ||||||
* | more fixes for _arguments and its docs (11298) | Sven Wischnowsky | 2000-05-10 | 1 | -2/+4 | |
| | ||||||
* | misc. _arguments fixes | Sven Wischnowsky | 2000-05-10 | 1 | -3/+4 | |
| | ||||||
* | give control over insertion of tab when no non-blank character before ↵ | Sven Wischnowsky | 2000-05-09 | 1 | -0/+9 | |
| | | | | cursor; add insert-tab style (11274) | |||||
* | new -A and -S options to _arguments; `-opt=-' specs for options whose ↵ | Sven Wischnowsky | 2000-05-09 | 1 | -1/+10 | |
| | | | | argument has to come after the `=' (11270) | |||||
* | minor doc fixes (11268) | Oliver Kiddle | 2000-05-08 | 1 | -1/+1 | |
| | ||||||
* | make _expand call _complete when called from _expand_word; add ignore-line ↵ | Sven Wischnowsky | 2000-05-08 | 1 | -0/+11 | |
| | | | | style to ignore words already on the line (11244) | |||||
* | misc. completion cleanups and changes (11242) | Sven Wischnowsky | 2000-05-08 | 1 | -4/+38 | |
| | ||||||
* | 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt, | Tanaka Akira | 2000-05-06 | 1 | -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 Akira | 2000-05-04 | 1 | -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 Wischnowsky | 2000-05-04 | 1 | -0/+12 | |
| | | | | control over this (11140) | |||||
* | allow `-' in exclusion lists for _arguments, to avoid completing all options ↵ | Sven Wischnowsky | 2000-05-03 | 1 | -2/+3 | |
| | | | | (11121) | |||||
* | more doc fixes (11094) | Sven Wischnowsky | 2000-05-03 | 1 | -5/+7 | |
| | ||||||
* | two more doc fixes (11060) | Sven Wischnowsky | 2000-05-02 | 1 | -4/+3 | |
| | ||||||
* | completion doc fixes and cleanup; _sort_tags updated (11047) | Sven Wischnowsky | 2000-05-02 | 1 | -187/+166 | |
| | ||||||
* | 11024: The _complete_debug widget enables and captures xtrace from completion. | Bart Schaefer | 2000-04-30 | 1 | -1/+8 | |
| | ||||||
* | 11019: fix bug in _description example | Adam Spiers | 2000-04-29 | 1 | -1/+1 | |
| | ||||||
* | move compctl docs behind compsys, mention `zcompile -z' in compsys (11008) | Sven Wischnowsky | 2000-04-28 | 1 | -1/+13 | |
| | ||||||
* | new _history completer (10979) | Sven Wischnowsky | 2000-04-27 | 1 | -0/+8 | |
| | ||||||
* | document _wanted -C; fix for call to _wanted in _urls (10965) | Sven Wischnowsky | 2000-04-27 | 1 | -1/+4 | |
| | ||||||
* | renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵ | Sven Wischnowsky | 2000-04-27 | 1 | -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) | |||||
* | make _arguments use more than one action when appropriate; add ↵ | Sven Wischnowsky | 2000-04-25 | 1 | -14/+52 | |
| | | | | _argument_sets to complete different sets of arguments and options for the same command (10908) | |||||
* | default values for styles in _expand_word, listing expansions with ^Xd, ↵ | Sven Wischnowsky | 2000-04-20 | 1 | -3/+11 | |
| | | | | _expand uses add-space style (10854) | |||||
* | default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵ | Sven Wischnowsky | 2000-04-19 | 1 | -7/+13 | |
| | | | | variable-width strings (10816) | |||||
* | completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵ | Sven Wischnowsky | 2000-04-18 | 1 | -0/+35 | |
| | | | | new used parameters, use local keymap when waiting at list-prompt (10801) |