about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky2000-07-031-16/+10
| | | | make a-a-i-n-h in menu selection work even without matches (12134)
* 12133: Protect completion system from stray error output and assorted fatalBart Schaefer2000-07-022-3/+3
| | | | errors when expanding strings taken from the command line.
* reverse meaning of yes=num again (12122)Sven Wischnowsky2000-06-291-25/+23
|
* try to return the right value (12119)Sven Wischnowsky2000-06-292-0/+2
|
* don't expand partially typed parameter expansions (12118)Sven Wischnowsky2000-06-291-3/+5
|
* change suffix style to still do expansion if the suffix contains something ↵Sven Wischnowsky2000-06-291-1/+1
| | | | to expand (12115)
* even more fun with the menu style (no=num, yes=long-list, reverse meaning of ↵Sven Wischnowsky2000-06-291-9/+28
| | | | yes=num) (12114)
* quote brace-strings (12113)Sven Wischnowsky2000-06-291-2/+3
|
* make _complete return the right value (12109)Sven Wischnowsky2000-06-281-10/+9
|
* fix for list-colors handling (12107)Sven Wischnowsky2000-06-281-1/+1
|
* reset _comp_mesg (saying whether there were messages) appropriately (12105)Sven Wischnowsky2000-06-281-0/+1
|
* miscSven Wischnowsky2000-06-281-1/+1
|
* make _oldlist not use the dummy match added for the warning (12099)Sven Wischnowsky2000-06-281-1/+1
|
* 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
|
* default completion even if there are options (3208)Sven Wischnowsky2000-06-261-6/+2
|
* 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-2211-55/+85
| | | | list-colors handling (12029)
* 12027: mutt smarts for _mailboxesClint Adams2000-06-221-4/+17
|
* 12024: handle multiple mailboxes lines in muttrcClint Adams2000-06-221-1/+2
|
* * 12019: Completion/User/_ssh: upgrade to the last opensshChmouel Boudjnah2000-06-211-6/+24
| | | | options.
* make history completion use I{PREF,SUF}FIX (12011)Sven Wischnowsky2000-06-213-0/+12
|
* a bit of security for compinit (avoid using things writable by others); ↵Sven Wischnowsky2000-06-203-165/+104
| | | | avoid handling files with the same name twice; remove compconf (11998)
* _arguments: small fix for -s and new `!...' for things not to complete (but ↵Sven Wischnowsky2000-06-191-10/+14
| | | | to understand) (11985)
* 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-193-11/+42
| | | | (11973)
* improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky2000-06-191-32/+26
| | | | fake style (11971)
* .distfiles additions zsh-3.1.9-dev-1Peter Stephenson2000-06-191-1/+1
|
* 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
|
* 11959: Completion/User/_urls: make it magicequalsubst aware.Tanaka Akira2000-06-172-2/+2
| | | | (not posted): Completion/User/.distfiles: add `_java'.
* 11958: Completion/User/_java: new completion for Java.Tanaka Akira2000-06-171-0/+515
|
* 11951: _dpkg tweak for install and record-availClint Adams2000-06-161-2/+5
|
* 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
|
* ?????: dpkg completion improvementsClint Adams2000-06-131-15/+39
|
* new _generic widget to call completion with $WIDGET in function field of ↵Sven Wischnowsky2000-06-131-0/+11
| | | | context (?)
* 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)
* 11861: Completion/User/_cvs: fix -a use for compadd.Tanaka Akira2000-06-111-1/+1
|
* 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)
* avoid bug in IRIX's sed and use new -K option to zparseopts in _urlsOliver Kiddle2000-06-081-2/+2
|
* trying to improve _expand; new keep-prefix style, add-space gives more ↵Sven Wischnowsky2000-06-081-14/+38
| | | | control (11815)