about summary refs log tree commit diff
path: root/Completion/Core
Commit message (Collapse)AuthorAgeFilesLines
* menu style accepts yes=x to start menu completion if there are at least x ↵Sven Wischnowsky2000-06-271-21/+29
| | | | matches (3219)
* 12076: better saving in file in compinstallPeter Stephenson2000-06-261-14/+17
|
* fix for completer lookup in _ignored (12070)Sven Wischnowsky2000-06-261-2/+4
|
* typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky2000-06-261-1/+1
|
* compinit some more (12043)Sven Wischnowsky2000-06-231-4/+4
|
* even more compiinit stuff, change prompt, search for insecure parent dirs ↵Sven Wischnowsky2000-06-231-5/+17
| | | | (12041)
* followup to compinit-security patch (12033)Sven Wischnowsky2000-06-221-11/+18
|
* allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2000-06-225-34/+41
| | | | list-colors handling (12029)
* make history completion use I{PREF,SUF}FIX (12011)Sven Wischnowsky2000-06-212-0/+7
|
* a bit of security for compinit (avoid using things writable by others); ↵Sven Wischnowsky2000-06-202-164/+103
| | | | avoid handling files with the same name twice; remove compconf (11998)
* new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky2000-06-193-3/+3
|
* allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky2000-06-192-3/+7
| | | | (11973)
* improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky2000-06-191-32/+26
| | | | fake style (11971)
* restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS ↵Sven Wischnowsky2000-06-192-4/+16
| | | | (3188)
* 11966: double brackets around comparison to prevent 'command not found: no'Clint Adams2000-06-181-1/+1
|
* enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky2000-06-161-8/+12
|
* zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky2000-06-162-17/+10
| | | | _expand styles (11937)
* make _files try each pattern only once (and stop after `*') (11915)Sven Wischnowsky2000-06-151-2/+9
|
* Handle new suffix style with arrays (11903)Oliver Kiddle2000-06-141-1/+1
|
* allow insert-tab to contain `pending[=num]' to handle the case when there is ↵Sven Wischnowsky2000-06-131-3/+13
| | | | pending input (?)
* new style `suffix'; use accept-exact style in _expand (?)Sven Wischnowsky2000-06-131-7/+18
|
* fixes for calling compfiles, for completing words with special characters; ↵Sven Wischnowsky2000-06-131-5/+6
| | | | make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding)
* improve _path_files, move some code into C, try to optimise glob patterns ↵Sven Wischnowsky2000-06-091-47/+18
| | | | and immediately accept exact directory matches (11833)
* trying to improve _expand; new keep-prefix style, add-space gives more ↵Sven Wischnowsky2000-06-081-14/+38
| | | | control (11815)
* optimise command lookup in old and new completion (user/3124)Sven Wischnowsky2000-06-071-21/+28
|
* make _expand ignore empty expansions (11777)Sven Wischnowsky2000-06-061-2/+2
|
* fix for _path_files and globcomplete, better test if word contains wildcards ↵Sven Wischnowsky2000-06-061-2/+3
| | | | (11776)
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-312-4/+4
|
* use compadd -[ak] (11549)Sven Wischnowsky2000-05-3113-63/+72
|
* allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such ↵Sven Wischnowsky2000-05-312-0/+8
| | | | cases) (11686)
* Add comment.Bart Schaefer2000-05-291-0/+2
|
* make _path_files use glob qualifiers from the line when doing pattern ↵Sven Wischnowsky2000-05-291-0/+23
| | | | matching (11635)
* beautify format of compdump file (11576)Sven Wischnowsky2000-05-252-3/+3
|
* fix for special-dirs when used with -g patterns (11570)Sven Wischnowsky2000-05-251-6/+8
|
* use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2000-05-232-8/+8
|
* Don't lose empty arguments (11517)Oliver Kiddle2000-05-221-2/+2
|
* 11516: Completion/Core/compinstall: menu selectionPeter Stephenson2000-05-221-13/+21
|
* another fix for `select=long*' in menu style (11500)Sven Wischnowsky2000-05-221-1/+2
|
* fix for select-long-list in menu style (11497)Sven Wischnowsky2000-05-221-4/+4
|
* fix for clines in suffix (11496)Sven Wischnowsky2000-05-221-1/+1
|
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-221-1/+1
|
* fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky2000-05-221-1/+1
| | | | (11487)
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-191-0/+1
| | | | zsh-users/3071: compdump tweak to avoid // in path
* 11469: Locally unset the errexit option and ZERR trap.Bart Schaefer2000-05-191-0/+3
|
* don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky2000-05-194-204/+262
|
* allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky2000-05-181-4/+20
|
* 11455: Completion/Core/_oldlist: old-menu defaults onPeter Stephenson2000-05-181-1/+1
|
* make _files remove backslashes in patterns (11453)Sven Wischnowsky2000-05-181-1/+1
|
* fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky2000-05-171-5/+7
|
* fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky2000-05-162-33/+93
| | | | `-command-line-', handy for completion in vared (11408)