Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 49629: new Linux perf completion | Oliver Kiddle | 2021-12-02 | 2 | -0/+813 |
| | |||||
* | 49628: Add an xfail test for RPS1/RPROMPT equivalence. | Daniel Shahaf | 2021-12-01 | 2 | -0/+9 |
| | |||||
* | 49624: Expect the test 'All identifiers are variable references in POSIX ↵ | Daniel Shahaf | 2021-12-01 | 2 | -1/+5 |
| | | | | arithmetic' to pass, as it has been passing since 49611. | ||||
* | unposted: Add whitespace and comments. No functional change. | Daniel Shahaf | 2021-12-01 | 3 | -0/+7 |
| | |||||
* | 49621: Fix the info Doc build, broken in 49448. | Daniel Shahaf | 2021-12-01 | 3 | -0/+9 |
| | |||||
* | 49612: avoid startup error with clashing non-local module parameter name | Oliver Kiddle | 2021-11-30 | 2 | -1/+4 |
| | |||||
* | 49611 based on 49590 (Martijn Dekker): disable Inf and NaN in math ↵ | Oliver Kiddle | 2021-11-30 | 2 | -1/+6 |
| | | | | expressions for sh emulation | ||||
* | 49606: remove old NIS-specific code for retrieving user data | Oliver Kiddle | 2021-11-28 | 4 | -156/+4 |
| | |||||
* | 49602: only set LOGCHECK from the watch module | Oliver Kiddle | 2021-11-28 | 2 | -2/+3 |
| | |||||
* | 49601: don't create ambiguous history file entries for lines ending with a ↵ | Oliver Kiddle | 2021-11-28 | 3 | -9/+39 |
| | | | | backslash | ||||
* | github #83: _git-push, _git-send-pack: Make --push-option repeatable. | Paul Seyfert | 2021-11-26 | 2 | -2/+7 |
| | |||||
* | 49448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and ↵ | Daniel Shahaf | 2021-11-26 | 3 | -10/+18 |
| | | | | | | | | | | | | `Standard Widgets' sections. The latter two didn't have their own texinode()s. Various places, both those sections' subsections and elsewhere in the manual, linked to the first section rather than to the third. For instance, zshcontrib(1) pointed to "noderef(Miscellaneous) in noderef(Zle Widgets)", even though the former (currently §18.6.6) is not under the latter (currently §18.4). Add texinode()s and fix those pointers. | ||||
* | 49447: docs: _wanted: Clarify the example and point to another one. | Daniel Shahaf | 2021-11-26 | 2 | -1/+8 |
| | |||||
* | 49446: docs: Add texinode()s, so the next commit can link directly to a ↵ | Daniel Shahaf | 2021-11-26 | 2 | -0/+7 |
| | | | | subsection. | ||||
* | 49445: docs: Clean up some subsection references. | Daniel Shahaf | 2021-11-26 | 11 | -13/+18 |
| | |||||
* | 49449: _zstat: Don't offer -o after -s, since -s is ignored when both -s and ↵ | Daniel Shahaf | 2021-11-26 | 2 | -1/+4 |
| | | | | -o are specified. | ||||
* | unposted: Add ChangeLog for the previous commit. | Daniel Shahaf | 2021-11-26 | 1 | -0/+4 |
| | |||||
* | 47599 (tweaked): New test for '{foo,bar}' in command position | Daniel Shahaf | 2021-11-26 | 1 | -0/+8 |
| | | | | It's currently treated as a list but should perhaps be a brace expansion. | ||||
* | 49597: add a helper for completing numbers with unit suffixes and separate ↵ | Oliver Kiddle | 2021-11-24 | 18 | -90/+258 |
| | | | | out defaults, ranges and units in completion descriptions | ||||
* | 49586: fix :a and :A modifiers (with PWD="/") on Cygwin | Jun-ichi Takimoto | 2021-11-22 | 2 | -1/+10 |
| | |||||
* | 49594: adapt to changes in 49499 to ensure file modes starting with dash ↵ | Oliver Kiddle | 2021-11-19 | 2 | -1/+7 |
| | | | | aren't taken to be flags | ||||
* | 49584: allow for build options in gem install completion | Oliver Kiddle | 2021-11-19 | 2 | -0/+8 |
| | |||||
* | 49575: clarify _alternative's action syntax | Arseny Maslennikov | 2021-11-19 | 2 | -2/+17 |
| | |||||
* | 49563: fix build problem of watch module on Cygwin | Jun-ichi Takimoto | 2021-11-15 | 2 | -2/+11 |
| | |||||
* | github #82: Fix typos | Dimitris Apostolou | 2021-11-12 | 21 | -26/+37 |
| | |||||
* | 49572: Let _expand preserve array form w/out zstyle glob | Marlon Richert | 2021-11-12 | 3 | -1/+16 |
| | |||||
* | unposted: fix case statement fall-through for ansible-galaxy role completion | Oliver Kiddle | 2021-11-12 | 2 | -1/+4 |
| | |||||
* | 49566: document the _default function | Oliver Kiddle | 2021-11-12 | 2 | -0/+11 |
| | |||||
* | 49564: always use descriptions included in the file-patterns style and allow ↵ | Oliver Kiddle | 2021-11-12 | 3 | -25/+47 |
| | | | | the recursive-files style to also work in those cases | ||||
* | 49562: remove old documentation for other-files tag that was removed in 36165 | Oliver Kiddle | 2021-11-12 | 2 | -8/+4 |
| | |||||
* | 49561: add zformat -F option, similar to -f but ternary expressions check ↵ | Oliver Kiddle | 2021-11-12 | 6 | -20/+75 |
| | | | | for existence instead of doing math evaluation | ||||
* | 49544: only tie watch/WATCH if both come from the module | Oliver Kiddle | 2021-11-07 | 2 | -7/+16 |
| | |||||
* | 49534, 49539: separate watch/log functionality out into a module | Oliver Kiddle | 2021-11-02 | 13 | -170/+265 |
| | |||||
* | 49537: fix finding utmpx file on FreeBSD | Oliver Kiddle | 2021-11-02 | 3 | -3/+7 |
| | |||||
* | 49535: fix completion for ${<TAB> and ${(a)<TAB> | Jun-ichi Takimoto | 2021-11-01 | 2 | -11/+8 |
| | |||||
* | users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH option | Bart Schaefer | 2021-10-31 | 2 | -1/+9 |
| | |||||
* | 49533: add null check for preprompt functions list that could occur ↵ | Oliver Kiddle | 2021-10-30 | 2 | -0/+6 |
| | | | | following an error when loading a module | ||||
* | 49528: allow multiple -D options to compadd | Oliver Kiddle | 2021-10-30 | 7 | -25/+68 |
| | |||||
* | unposted (c.f. Bart: 49531): fix completion test where a typo marked it as ↵ | Oliver Kiddle | 2021-10-30 | 2 | -1/+5 |
| | | | | expected to fail | ||||
* | 49529: Add rogue and descriptions to _rcctl ls | Matthew Martin | 2021-10-27 | 2 | -2/+16 |
| | |||||
* | 49431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processing | Peter Palfrader | 2021-10-26 | 2 | -4/+8 |
| | | | | | | When iterating over the ssh config file, iterate over the array linearly instead of always processing the first and then removing it from the list. This speeds up processing significantly. | ||||
* | 49521: Define correct behavior of || completion matchers | Marlon Richert | 2021-10-26 | 3 | -347/+453 |
| | | | | | | | | * Add xfail tests to show how :||= matchers should behave in order to provide completion features that cannot be implemented with :|= matchers. * Update compwid.yo to further describe the correct behavior. * Update compwid.yo to use completion terminology more consistently. | ||||
* | 49519: quote completed options as needed and remove the now superfluous ↵ | Oliver Kiddle | 2021-10-26 | 9 | -14/+21 |
| | | | | quotes from option specifications | ||||
* | 49516: bail out early from matching control if command line content is too ↵ | Oliver Kiddle | 2021-10-26 | 2 | -2/+8 |
| | | | | short for the coanchor | ||||
* | 49520: document $_args_chache_cmd | Jun-ichi Takimoto | 2021-10-24 | 2 | -0/+12 |
| | |||||
* | 49493: fix '_arguments --' to correctly recognize optional argument | Jun-ichi Takimoto | 2021-10-24 | 2 | -2/+7 |
| | |||||
* | 49499 based on 49496 by Jun T.: fixes to option -A of _arguments | Oliver Kiddle | 2021-10-23 | 3 | -8/+57 |
| | |||||
* | 49500: new lsns completion | Oliver Kiddle | 2021-10-23 | 2 | -0/+22 |
| | |||||
* | github #79 (tweaked): _ssh: update options in apple's version of ssh-add | Xavier Hsinyuan | 2021-10-16 | 2 | -3/+19 |
| | |||||
* | 49441: _timeout: Add OpenBSD | Matthew Martin | 2021-10-13 | 2 | -2/+6 |
| |