about summary refs log tree commit diff
path: root/Test/Y03arguments.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 42575: fix to not complete options in the argument to another optionOliver Kiddle2018-04-051-0/+15
|
* dana: 42145: Fix additional completion cases with option arguments.dana2017-12-201-0/+21
|
* 41983: fix exclusion of long options with (-) on a normal argumentOliver Kiddle2017-11-041-1/+7
|
* 41824: fix to not complete rest args from an _arguments set alongside the ↵Oliver Kiddle2017-10-071-0/+8
| | | | argument to and option in a separate set
* 41772: fix bug in handling of long options with _arguments' -A optionOliver Kiddle2017-09-281-0/+6
|
* 40321: _arguments option groupsOliver Kiddle2017-01-111-0/+77
|
* 40269: handle option exclusion within current word for clumped optionsOliver Kiddle2017-01-051-6/+19
| | | | This replaces the change made in 13999 with an alternative approach.
* 40227: handle _arguments sets and rest arguments starting with a dashOliver Kiddle2017-01-041-9/+7
| | | | | This is a new approach to the problem first covered by 39611: checking to see if an option-like argument belongs to one of the other sets.
* 40226: tidy up some of the _arguments set codeOliver Kiddle2017-01-041-2/+57
| | | | | | Remove old code for applying explicit exclusions between sets which fixes some odd behaviour. Some struct members were unused. Also added some comments and test cases.
* 40162: _arguments support for a match spec in combination with setsOliver Kiddle2016-12-221-0/+5
|
* 40139: tests: Convert comments to diagnostics; test backslashes. (after 40129)Daniel Shahaf2016-12-101-10/+9
|
* 40129: revert 39611, add code comments and test cases for _argumentsOliver Kiddle2016-12-091-14/+237
|
* unposted: add test case for partial completion matching of options with ↵Oliver Kiddle2016-11-231-0/+6
| | | | arguments
* 39945: allow further tab presses to move on to menu completion even when ↵Oliver Kiddle2016-11-161-0/+61
| | | | compstate[insert] is emptied
* 39622: add test cases for recent _arguments fixes, exclusion lists and -A/-SOliver Kiddle2016-10-131-0/+93
|
* 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵Barton E. Schaefer2015-11-211-1/+1
| | | | ZTST_skip
* 34275: assume zpty can't be used for testing CygwinPeter Stephenson2015-01-141-1/+3
|
* 19603: Gracefully omit Y tests if zpty is not availablePeter Stephenson2004-03-111-10/+12
|
* make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky2002-02-251-1/+1
|
* Assorted minor test tweaks.Bart Schaefer2001-08-221-2/+2
|
* fix for changed listing layout (15549)Sven Wischnowsky2001-07-311-1/+1
|
* Assorted "make check" tweaks.Bart Schaefer2001-06-251-1/+3
|
* moved from ./Test/55arguments.ztstSven Wischnowsky2001-04-021-0/+149