Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 13520: use services and shorten description in _vars_eq | Peter Stephenson | 2001-02-22 | 1 | -3/+3 | |
| | ||||||
* | Add missing quote. | Bart Schaefer | 2000-11-27 | 1 | -1/+1 | |
| | ||||||
* | aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵ | Sven Wischnowsky | 2000-11-08 | 1 | -1/+6 | |
| | | | | 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) | |||||
* | rename fake style to fake-files (12973) | Sven Wischnowsky | 2000-10-12 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-11 | 1 | -0/+1 | |
| | ||||||
* | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 2000-10-11 | 1 | -4/+9 | |
| | | | | representing all other matches; remove completions style from _expand(|_word) (12960) | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-10 | 2 | -12/+9 | |
| | ||||||
* | more option setting cleanup; remove some unnecessary setopts, remove N ↵ | Sven Wischnowsky | 2000-10-06 | 4 | -4/+4 | |
| | | | | qualifiers (12917) | |||||
* | Redo _zle using _arguments; fix typos. | Bart Schaefer | 2000-09-11 | 1 | -8/+75 | |
| | ||||||
* | more sensible value (12769) | Sven Wischnowsky | 2000-09-07 | 1 | -19/+26 | |
| | ||||||
* | use return value (12682) | Sven Wischnowsky | 2000-08-21 | 1 | -0/+2 | |
| | ||||||
* | enhance _zmodload to use _arguments (12677) | Oliver Kiddle | 2000-08-18 | 1 | -17/+42 | |
| | ||||||
* | remove unnecessary local | Sven Wischnowsky | 2000-08-16 | 1 | -3/+2 | |
| | ||||||
* | 12650: don't show aliased modules if there aren't any | Peter Stephenson | 2000-08-15 | 1 | -2/+5 | |
| | ||||||
* | call ps only once and be more intelligent when finding the PIDs (12640) | Sven Wischnowsky | 2000-08-15 | 2 | -14/+16 | |
| | ||||||
* | small improvement to allow lists where the pid is not in the first column ↵ | Sven Wischnowsky | 2000-08-15 | 1 | -2/+2 | |
| | | | | (12635) | |||||
* | Andrej, 12614: DLL is a shared library suffix. | Bart Schaefer | 2000-08-14 | 1 | -1/+1 | |
| | ||||||
* | add -g option to _parameters to restrict type of parameters completed (12583) | Oliver Kiddle | 2000-08-10 | 3 | -7/+16 | |
| | ||||||
* | new completion for read builtin (12578) | Oliver Kiddle | 2000-08-09 | 3 | -5/+23 | |
| | ||||||
* | 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo, | Peter Stephenson | 2000-08-08 | 1 | -2/+9 | |
| | | | | | Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]' | |||||
* | 12486: new completion caching layer | Adam Spiers | 2000-08-02 | 1 | -0/+2 | |
| | ||||||
* | mention more standard tags in documentation and fix some typos (12177) | Oliver Kiddle | 2000-07-05 | 1 | -4/+3 | |
| | ||||||
* | allow subscripts for compadd -[ak]; new style for history completion; better ↵ | Sven Wischnowsky | 2000-06-22 | 2 | -3/+5 | |
| | | | | list-colors handling (12029) | |||||
* | a bit of security for compinit (avoid using things writable by others); ↵ | Sven Wischnowsky | 2000-06-20 | 1 | -1/+1 | |
| | | | | avoid handling files with the same name twice; remove compconf (11998) | |||||
* | allow _expand to expand braces; better detection of braces to complete in C ↵ | Sven Wischnowsky | 2000-06-19 | 1 | -8/+35 | |
| | | | | (11973) | |||||
* | use compadd -[ak] (11549) | Sven Wischnowsky | 2000-05-31 | 17 | -44/+62 | |
| | ||||||
* | fixes for _arguments with sets; make _zpty not use sets (11624) | Sven Wischnowsky | 2000-05-29 | 1 | -14/+39 | |
| | ||||||
* | use of _arguments for completion of a couple more builtins (11615) | Oliver Kiddle | 2000-05-28 | 2 | -7/+49 | |
| | ||||||
* | Split _arguments calls into sets to avoid long mutex lists (11579) | Oliver Kiddle | 2000-05-25 | 2 | -13/+27 | |
| | ||||||
* | 11444: add old-list and old-menu to _zstyle | Peter Stephenson | 2000-05-17 | 1 | -0/+2 | |
| | ||||||
* | one hunk of 11381: typo in _vars_eq | Peter Stephenson | 2000-05-16 | 1 | -1/+1 | |
| | ||||||
* | Add -L option to the hash builtin | Oliver Kiddle | 2000-05-15 | 2 | -1/+2 | |
| | ||||||
* | Use _arguments for hash completion and add + options for typeset (11347) | Oliver Kiddle | 2000-05-12 | 2 | -19/+40 | |
| | ||||||
* | complete using _arguments for typeset and its variants (11282) | Oliver Kiddle | 2000-05-09 | 1 | -8/+69 | |
| | ||||||
* | give control over insertion of tab when no non-blank character before ↵ | Sven Wischnowsky | 2000-05-09 | 1 | -0/+1 | |
| | | | | cursor; add insert-tab style (11274) | |||||
* | make _expand call _complete when called from _expand_word; add ignore-line ↵ | Sven Wischnowsky | 2000-05-08 | 1 | -0/+1 | |
| | | | | style to ignore words already on the line (11244) | |||||
* | misc. completion cleanups and changes (11242) | Sven Wischnowsky | 2000-05-08 | 2 | -6/+34 | |
| | ||||||
* | completion function cleanup for `_arguments' with the `-C' option and using ↵ | Sven Wischnowsky | 2000-05-05 | 5 | -6/+9 | |
| | | | | it's return value (11195) | |||||
* | don't list when all matches look the same; force-list style to give users ↵ | Sven Wischnowsky | 2000-05-04 | 1 | -0/+1 | |
| | | | | control over this (11140) | |||||
* | Andrej: handle -t option in _zcompile (11067) | Sven Wischnowsky | 2000-05-03 | 1 | -8/+9 | |
| | ||||||
* | completion cleanup, mostly _wanted and $expl (11049) | Sven Wischnowsky | 2000-05-02 | 1 | -1/+1 | |
| | ||||||
* | make _arguments use more than one action when appropriate; add ↵ | Sven Wischnowsky | 2000-04-25 | 4 | -8/+16 | |
| | | | | _argument_sets to complete different sets of arguments and options for the same command (10908) | |||||
* | Add completion for file descriptors | Oliver Kiddle | 2000-04-20 | 1 | -4/+7 | |
| | ||||||
* | 10833: new print completion and complete nothing for clear and logname | Oliver Kiddle | 2000-04-19 | 3 | -4/+30 | |
| | ||||||
* | completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵ | Sven Wischnowsky | 2000-04-18 | 1 | -0/+3 | |
| | | | | new used parameters, use local keymap when waiting at list-prompt (10801) | |||||
* | better completion after `=', everywhere (10780) | Sven Wischnowsky | 2000-04-17 | 2 | -6/+12 | |
| | ||||||
* | 10763: complete after : for typeset & friends | Clint Adams | 2000-04-14 | 1 | -2/+8 | |
| | ||||||
* | remove the `pids' tag, use `processes' instead (10733) | Sven Wischnowsky | 2000-04-13 | 1 | -4/+4 | |
| | ||||||
* | Use _arguments for bindkey completion and fix small typo in docs | Oliver Kiddle | 2000-04-12 | 1 | -6/+35 | |
| | ||||||
* | _wanted now tests both tags and labels; change places where _wanted was ↵ | Sven Wischnowsky | 2000-04-11 | 11 | -64/+54 | |
| | | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) |