summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: fix case statement fall-through for ansible-galaxy role completionOliver Kiddle2021-11-122-1/+4
|
* 49566: document the _default functionOliver Kiddle2021-11-122-0/+11
|
* 49564: always use descriptions included in the file-patterns style and allow ↵Oliver Kiddle2021-11-123-25/+47
| | | | the recursive-files style to also work in those cases
* 49562: remove old documentation for other-files tag that was removed in 36165Oliver Kiddle2021-11-122-8/+4
|
* 49561: add zformat -F option, similar to -f but ternary expressions check ↵Oliver Kiddle2021-11-126-20/+75
| | | | for existence instead of doing math evaluation
* 49544: only tie watch/WATCH if both come from the moduleOliver Kiddle2021-11-072-7/+16
|
* 49534, 49539: separate watch/log functionality out into a moduleOliver Kiddle2021-11-0213-170/+265
|
* 49537: fix finding utmpx file on FreeBSDOliver Kiddle2021-11-023-3/+7
|
* 49535: fix completion for ${<TAB> and ${(a)<TAB>Jun-ichi Takimoto2021-11-012-11/+8
|
* users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH optionBart Schaefer2021-10-312-1/+9
|
* 49533: add null check for preprompt functions list that could occur ↵Oliver Kiddle2021-10-302-0/+6
| | | | following an error when loading a module
* 49528: allow multiple -D options to compaddOliver Kiddle2021-10-307-25/+68
|
* unposted (c.f. Bart: 49531): fix completion test where a typo marked it as ↵Oliver Kiddle2021-10-302-1/+5
| | | | expected to fail
* 49529: Add rogue and descriptions to _rcctl lsMatthew Martin2021-10-272-2/+16
|
* 49431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processingPeter Palfrader2021-10-262-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 matchersMarlon Richert2021-10-263-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 Kiddle2021-10-269-14/+21
| | | | quotes from option specifications
* 49516: bail out early from matching control if command line content is too ↵Oliver Kiddle2021-10-262-2/+8
| | | | short for the coanchor
* 49520: document $_args_chache_cmdJun-ichi Takimoto2021-10-242-0/+12
|
* 49493: fix '_arguments --' to correctly recognize optional argumentJun-ichi Takimoto2021-10-242-2/+7
|
* 49499 based on 49496 by Jun T.: fixes to option -A of _argumentsOliver Kiddle2021-10-233-8/+57
|
* 49500: new lsns completionOliver Kiddle2021-10-232-0/+22
|
* github #79 (tweaked): _ssh: update options in apple's version of ssh-addXavier Hsinyuan2021-10-162-3/+19
|
* 49441: _timeout: Add OpenBSDMatthew Martin2021-10-132-2/+6
|
* 49464: _basenc: new completionJun-ichi Takimoto2021-10-112-0/+34
|
* 49433: Don't assume EPROG references are bounded by function depth.Peter Stephenson2021-10-052-4/+5
| | | | We use references for efficient function copy, so there is no useful limit any more.
* 49456: clean up detection of private params in nested scopes, update docBart Schaefer2021-10-046-10/+36
|
* 49440: Make double-flag parameter expansion syntax more discoverable in docsivan tkachenko2021-09-292-3/+9
|
* 49435: Remove trailing whitespaces in expn.yoivan tkachenko2021-09-292-13/+15
|
* 49444: libarchive tar can actually extract much more formatsAlex Xu (Hello71)2021-09-282-1/+4
|
* Add support for multi-project builds to _gradleMarlon Richert2021-09-282-8/+33
|
* 49454: open dump file once only instead of reopening it for appendsOliver Kiddle2021-09-282-28/+33
|
* 49450: don't display explanation with compadd -x if any of -D, -A or -O are ↵Oliver Kiddle2021-09-282-1/+6
| | | | also used
* unposted: Fix typosDaniel Shahaf2021-09-266-5/+11
|
* 49422: improve support of --disable-dynamic-nssJun-ichi Takimoto2021-09-226-14/+34
| | | | see also 49392 (Vincent) and 49412 (Axel)
* 49353: Fix comments in sourced file.Peter Stephenson2021-09-093-1/+15
| | | | | | | | If the file was sourced from an interactive shell with INTERACTIVE_COMMENTS not set, comments were not parsed. Note there is a remaining edge case where the sourced file is in fact entered at the comment line.
* unposted: fix typo in earlier log entryBart Schaefer2021-09-081-1/+1
|
* 49391: Document default bracketed-paste bindingsBart Schaefer2021-09-082-1/+3
|
* 49389: leading variables in autoload file completionBart Schaefer2021-09-082-2/+5
|
* 49387: suffix highlight with "compadd -R"Bart Schaefer2021-09-082-6/+5
|
* 49386: handle separate source/build treesBart Schaefer2021-09-082-1/+5
|
* unposted: fix wrong name of changed file in earlier commitBart Schaefer2021-09-081-1/+1
|
* unposted: add/remove UNUSED() for some function parametersJun-ichi Takimoto2021-09-086-5/+9
|
* unposted: add 'static' to shinsavestackJun-ichi Takimoto2021-09-082-1/+3
|
* 49377: fix segfault by 'bindkey -d' with reordered keymapnamtabJun-ichi Takimoto2021-09-083-1/+41
|
* 45180: clarify doc for POSIX EREs, fix an issue with PCRE when the ↵Stephane Chazelas2021-09-064-32/+95
| | | | replacement was empty or generated more than one element
* 49154: clarify status on exec failurezerkous2021-09-062-8/+17
|
* 49292: Src/Zle/complist.c: turn off colors before clearing to end of lineMarlon Richert2021-09-062-14/+22
|
* 49378: skip check for collision of aliases and functions when NO_EXECMarlon Richert2021-09-062-1/+4
|
* 49282: missed ChangeLog entry in previous commitBart Schaefer2021-09-061-0/+2
|