about summary refs log tree commit diff
path: root/Completion/Zsh/Context/_subscript
Commit message (Collapse)AuthorAgeFilesLines
* unposted: Complete the $foo[(f)] flag.Daniel Shahaf2016-11-291-0/+1
|
* 38515: _subsript twwaksMatthew Martin2016-05-221-3/+2
| | | | Need -- after print; also optimise array add
* 38219: remove redundant left square bracketHan Pingtian2016-04-141-1/+1
|
* 37788: _subscript - fix completion of associative array keysEric Cook2016-01-261-2/+2
|
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-251-1/+1
| | | | parameter and globbing flags
* 29438: complete dynamic directory names in command positionMikael Magnusson2011-06-031-1/+1
|
* Mikael: 27981: complete (e) in subscriptPeter Stephenson2010-05-311-0/+2
|
* Bart: 26822: infinite loop in variable completion looking for subscriptPeter Stephenson2009-04-071-1/+1
|
* unposted: off-by-one error looking for dynamic directory name in completionPeter Stephenson2008-10-021-1/+1
|
* 25777: argument to gdbmsetfn()Peter Stephenson2008-09-301-2/+3
| | | | unposted: recognise ~[ in completion after : and =
* 25733: stub function for dynamic directory name completionPeter Stephenson2008-09-291-1/+10
|
* 24806: more assoc subscript completion + typosPeter Stephenson2008-04-091-1/+1
|
* 24804: fix quoting of assoc array subscripts in completionPeter Stephenson2008-04-091-2/+4
|
* 24239: _subscript added too many backslashesPeter Stephenson2007-12-131-1/+1
|
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-161-1/+1
|
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-131-1/+1
| | | | sub-contexts both for function and style lookup (16819)
* allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky2002-03-041-1/+1
| | | | compdef; use this for parameter values and redirections (16755)
* complete new [:ascii:] character classOliver Kiddle2001-09-111-1/+1
|
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-251-2/+3
|
* Remove unnecessary '*' from pattern.Bart Schaefer2001-05-081-1/+1
|
* match `scalar*' not `scalar' when checking parameter type (14256)Oliver Kiddle2001-05-081-1/+1
|
* Improve handling of b/n/s subscript flags.Bart Schaefer2001-05-061-1/+25
|
* Fix subscript flag descriptionsBart Schaefer2001-05-051-10/+11
|
* complete subscript flags (14227)Oliver Kiddle2001-05-041-1/+30
|
* moved from Completion/Base/_subscriptSven Wischnowsky2001-04-021-0/+62