Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 51779: update completion test for 51761 | Marlon Richert | 2023-06-06 | 1 | -5/+5 |
| | |||||
* | 51348: Fix subscript completion bugs inside ~[...] | Marlon Richert | 2023-05-21 | 1 | -3/+13 |
| | | | | | | | | | | | | | When completing inside ~[...] (_with_ the trailing `]` present), the following bugs occured: - Subscript completion was skipped entirely when there were one or more slashes ('/') in the subscript, which is incorrect, since slashes are allowed there. - Instead of going through _complete, $_comps[-subscript-] was called immediately, causing _setup to be skipped. - If succesful, _main_complete was exited right after, causing menu-style, comppostfuncs and other essential completion features to be skipped. | ||||
* | 51758: Make dynamic dir completion easier to implement | Marlon Richert | 2023-05-21 | 1 | -0/+11 |
| | |||||
* | 50629: do not use egrep in tests | Jun-ichi Takimoto | 2022-09-15 | 1 | -10/+1 |
| | |||||
* | 49572: Let _expand preserve array form w/out zstyle glob | Marlon Richert | 2021-11-12 | 1 | -0/+11 |
| | |||||
* | 48864: Improve extra-verbose completion display strings for array parameter ↵ | Marlon Richert | 2021-05-21 | 1 | -5/+9 |
| | | | | values | ||||
* | 48513: Let extra-verbose completion show parameter values | Marlon Richert | 2021-04-16 | 1 | -1/+28 |
| | |||||
* | 48413: Fix _expand completion test | Marlon Richert | 2021-04-06 | 1 | -2/+1 |
| | |||||
* | 48214: add file types to _expand completions, so they can be colored through ↵ | Marlon Richert | 2021-03-31 | 1 | -0/+19 |
| | | | | complist | ||||
* | 48216: Fix broken Y01 test from workers/48180 | dana | 2021-03-28 | 1 | -0/+3 |
| | |||||
* | 48180: Start menu selection with select=long-list in menu style | Marlon Richert | 2021-03-17 | 1 | -0/+34 |
| | |||||
* | 47849: do not skip tests requiring zpty on Cygwin | Jun-ichi Takimoto | 2021-01-20 | 1 | -3/+5 |
| | |||||
* | 45895: ignore deduplication patterns in _sequence | oxiedi | 2020-06-26 | 1 | -0/+10 |
| | |||||
* | users/24582 + users/24583: Add regression tests for the previous commit. | Daniel Shahaf | 2019-12-31 | 1 | -0/+9 |
| | |||||
* | unposted: Fix bad encoding in previous Y01 test patch | dana | 2019-05-08 | 1 | -4/+4 |
| | |||||
* | unposted: Add compset tests related to workers/44275 | Oliver Kiddle | 2019-05-08 | 1 | -0/+38 |
| | | | | (Provided off-list by Oliver) | ||||
* | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 2019-05-07 | 1 | -0/+40 |
| | |||||
* | 44267: sort: Restore option to ignore backslashes | dana | 2019-05-03 | 1 | -0/+22 |
| | | | | Fix regression introduced by workers/41242 | ||||
* | 42164: fix digits in format escapes in completion listings | dana | 2018-01-04 | 1 | -0/+15 |
| | |||||
* | 39757 plus test: Fix completion under parenthetical directory names, broken ↵ | Daniel Shahaf | 2016-11-27 | 1 | -0/+3 |
| | | | | in 39412 | ||||
* | 39993: Tests for 39981. | Oliver Kiddle | 2016-11-21 | 1 | -0/+11 |
| | |||||
* | 39787: Add a regression test for 39412. | Daniel Shahaf | 2016-11-01 | 1 | -0/+10 |
| | |||||
* | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 2015-11-21 | 1 | -1/+1 |
| | | | | ZTST_skip | ||||
* | 34275: assume zpty can't be used for testing Cygwin | Peter Stephenson | 2015-01-14 | 1 | -1/+3 |
| | |||||
* | unposted: move path assignment from comptest to Y01completion.ztst | Barton E. Schaefer | 2013-12-26 | 1 | -0/+2 |
| | |||||
* | 32183: regression tests for 32182 and 31611 | Barton E. Schaefer | 2013-12-25 | 1 | -1/+21 |
| | |||||
* | 19603: Gracefully omit Y tests if zpty is not available | Peter Stephenson | 2004-03-11 | 1 | -12/+14 |
| | |||||
* | Assorted minor test tweaks. | Bart Schaefer | 2001-08-22 | 1 | -4/+4 |
| | |||||
* | Assorted "make check" tweaks. | Bart Schaefer | 2001-06-25 | 1 | -2/+3 |
| | |||||
* | moved from ./Test/53completion.ztst | Sven Wischnowsky | 2001-04-02 | 1 | -0/+55 |