summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-1449518: fix exclusions for mixed - and + stacked optionsOliver Kiddle4-12/+56
2021-12-1349646: allow colors in WATCHFMT with %F/%KOliver Kiddle4-4/+49
2021-12-1349645: when completing for the path_dirs option, add a / suffix and follow sy...Oliver Kiddle2-6/+10
2021-12-1349643: facilitate use of the fake style by always calling _description with t...Oliver Kiddle2-4/+12
2021-12-1349634, reported by Claes Nästén: revert 28989Oliver Kiddle2-2/+7
2021-12-0749633: update options for git 2.34Oliver Kiddle2-124/+242
2021-12-0249630: allow zsh to quote matches from bash completions but include a special...Oliver Kiddle2-2/+6
2021-12-0249631: new logger completionOliver Kiddle2-0/+82
2021-12-0249629: new Linux perf completionOliver Kiddle2-0/+813
2021-12-0149628: Add an xfail test for RPS1/RPROMPT equivalence.Daniel Shahaf2-0/+9
2021-12-0149624: Expect the test 'All identifiers are variable references in POSIX arit...Daniel Shahaf2-1/+5
2021-12-01unposted: Add whitespace and comments. No functional change.Daniel Shahaf3-0/+7
2021-12-0149621: Fix the info Doc build, broken in 49448.Daniel Shahaf3-0/+9
2021-11-3049612: avoid startup error with clashing non-local module parameter nameOliver Kiddle2-1/+4
2021-11-3049611 based on 49590 (Martijn Dekker): disable Inf and NaN in math expression...Oliver Kiddle2-1/+6
2021-11-2849606: remove old NIS-specific code for retrieving user dataOliver Kiddle4-156/+4
2021-11-2849602: only set LOGCHECK from the watch moduleOliver Kiddle2-2/+3
2021-11-2849601: don't create ambiguous history file entries for lines ending with a ba...Oliver Kiddle3-9/+39
2021-11-26github #83: _git-push, _git-send-pack: Make --push-option repeatable.Paul Seyfert2-2/+7
2021-11-2649448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and `Stan...Daniel Shahaf3-10/+18
2021-11-2649447: docs: _wanted: Clarify the example and point to another one.Daniel Shahaf2-1/+8
2021-11-2649446: docs: Add texinode()s, so the next commit can link directly to a subse...Daniel Shahaf2-0/+7
2021-11-2649445: docs: Clean up some subsection references.Daniel Shahaf11-13/+18
2021-11-2649449: _zstat: Don't offer -o after -s, since -s is ignored when both -s and ...Daniel Shahaf2-1/+4
2021-11-26unposted: Add ChangeLog for the previous commit.Daniel Shahaf1-0/+4
2021-11-2647599 (tweaked): New test for '{foo,bar}' in command positionDaniel Shahaf1-0/+8
2021-11-2449597: add a helper for completing numbers with unit suffixes and separate ou...Oliver Kiddle18-90/+258
2021-11-2249586: fix :a and :A modifiers (with PWD="/") on Cygwin⁩Jun-ichi Takimoto2-1/+10
2021-11-1949594: adapt to changes in 49499 to ensure file modes starting with dash aren...Oliver Kiddle2-1/+7
2021-11-1949584: allow for build options in gem install completionOliver Kiddle2-0/+8
2021-11-1949575: clarify _alternative's action syntaxArseny Maslennikov2-2/+17
2021-11-1549563: fix build problem of watch module on CygwinJun-ichi Takimoto2-2/+11
2021-11-12github #82: Fix typosDimitris Apostolou21-26/+37
2021-11-1249572: Let _expand preserve array form w/out zstyle globMarlon Richert3-1/+16
2021-11-12unposted: fix case statement fall-through for ansible-galaxy role completionOliver Kiddle2-1/+4
2021-11-1249566: document the _default functionOliver Kiddle2-0/+11
2021-11-1249564: always use descriptions included in the file-patterns style and allow ...Oliver Kiddle3-25/+47
2021-11-1249562: remove old documentation for other-files tag that was removed in 36165Oliver Kiddle2-8/+4
2021-11-1249561: add zformat -F option, similar to -f but ternary expressions check for...Oliver Kiddle6-20/+75
2021-11-0749544: only tie watch/WATCH if both come from the moduleOliver Kiddle2-7/+16
2021-11-0249534, 49539: separate watch/log functionality out into a moduleOliver Kiddle13-170/+265
2021-11-0249537: fix finding utmpx file on FreeBSDOliver Kiddle3-3/+7
2021-11-0149535: fix completion for ${<TAB> and ${(a)<TAB>Jun-ichi Takimoto2-11/+8
2021-10-31users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH optionBart Schaefer2-1/+9
2021-10-3049533: add null check for preprompt functions list that could occur following...Oliver Kiddle2-0/+6
2021-10-3049528: allow multiple -D options to compaddOliver Kiddle7-25/+68
2021-10-30unposted (c.f. Bart: 49531): fix completion test where a typo marked it as ex...Oliver Kiddle2-1/+5
2021-10-2749529: Add rogue and descriptions to _rcctl lsMatthew Martin2-2/+16
2021-10-2649431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processingPeter Palfrader2-4/+8
2021-10-2649521: Define correct behavior of || completion matchersMarlon Richert3-347/+453