Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-23 | 53244: rename user in test case to reduce likelihood of failure due to user ↵ | Oliver Kiddle | 1 | -8/+8 | |
existing | |||||
2023-06-22 | 51860: simplify suffix handling in _prefix to remove less accurate hack | Marlon Richert | 1 | -0/+48 | |
This solves the following problems in the _prefix completer: - The old code had logic for dealing with compstate[unambiguous] that was unnecessary. It works fine without it. - Because of this logic, if a widget set compstate[insert]=1 after calling _main_complete, an `x` was left after the completion on the command line. - If the same widget also set `compstate[to_end]=`, then instead, the last character of the inserted completion would be treated as an autoremovable suffix, with the actual suffix being inserted to the line as a normal character. - After inserting a completion, the cursor would move to the end of the entire current word on the command, not the end of word that was inserted. This is not what you want with _prefix, since you are trying to complete a word _before_ the one on the command line, after which you usually want to insert a separator, such as a space or slash, before the next word. | |||||
2023-06-06 | 51779: update completion test for 51761 | Marlon Richert | 1 | -5/+5 | |
2023-05-21 | 51348: Fix subscript completion bugs inside ~[...] | Marlon Richert | 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. | |||||
2023-05-21 | 51758: Make dynamic dir completion easier to implement | Marlon Richert | 1 | -0/+11 | |
2022-09-15 | 50629: do not use egrep in tests | Jun-ichi Takimoto | 1 | -10/+1 | |
2021-11-12 | 49572: Let _expand preserve array form w/out zstyle glob | Marlon Richert | 1 | -0/+11 | |
2021-05-21 | 48864: Improve extra-verbose completion display strings for array parameter ↵ | Marlon Richert | 1 | -5/+9 | |
values | |||||
2021-04-16 | 48513: Let extra-verbose completion show parameter values | Marlon Richert | 1 | -1/+28 | |
2021-04-06 | 48413: Fix _expand completion test | Marlon Richert | 1 | -2/+1 | |
2021-03-31 | 48214: add file types to _expand completions, so they can be colored through ↵ | Marlon Richert | 1 | -0/+19 | |
complist | |||||
2021-03-28 | 48216: Fix broken Y01 test from workers/48180 | dana | 1 | -0/+3 | |
2021-03-17 | 48180: Start menu selection with select=long-list in menu style | Marlon Richert | 1 | -0/+34 | |
2021-01-20 | 47849: do not skip tests requiring zpty on Cygwin | Jun-ichi Takimoto | 1 | -3/+5 | |
2020-06-26 | 45895: ignore deduplication patterns in _sequence | oxiedi | 1 | -0/+10 | |
2019-12-31 | users/24582 + users/24583: Add regression tests for the previous commit. | Daniel Shahaf | 1 | -0/+9 | |
2019-05-08 | unposted: Fix bad encoding in previous Y01 test patch | dana | 1 | -4/+4 | |
2019-05-08 | unposted: Add compset tests related to workers/44275 | Oliver Kiddle | 1 | -0/+38 | |
(Provided off-list by Oliver) | |||||
2019-05-07 | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 1 | -0/+40 | |
2019-05-03 | 44267: sort: Restore option to ignore backslashes | dana | 1 | -0/+22 | |
Fix regression introduced by workers/41242 | |||||
2018-01-04 | 42164: fix digits in format escapes in completion listings | dana | 1 | -0/+15 | |
2016-11-27 | 39757 plus test: Fix completion under parenthetical directory names, broken ↵ | Daniel Shahaf | 1 | -0/+3 | |
in 39412 | |||||
2016-11-21 | 39993: Tests for 39981. | Oliver Kiddle | 1 | -0/+11 | |
2016-11-01 | 39787: Add a regression test for 39412. | Daniel Shahaf | 1 | -0/+10 | |
2015-11-21 | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 1 | -1/+1 | |
ZTST_skip | |||||
2015-01-14 | 34275: assume zpty can't be used for testing Cygwin | Peter Stephenson | 1 | -1/+3 | |
2013-12-26 | unposted: move path assignment from comptest to Y01completion.ztst | Barton E. Schaefer | 1 | -0/+2 | |
2013-12-25 | 32183: regression tests for 32182 and 31611 | Barton E. Schaefer | 1 | -1/+21 | |
2004-03-11 | 19603: Gracefully omit Y tests if zpty is not available | Peter Stephenson | 1 | -12/+14 | |
2001-08-22 | Assorted minor test tweaks. | Bart Schaefer | 1 | -4/+4 | |
2001-06-25 | Assorted "make check" tweaks. | Bart Schaefer | 1 | -2/+3 | |
2001-04-02 | moved from ./Test/53completion.ztst | Sven Wischnowsky | 1 | -0/+55 | |