1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00
Commit graph

11651 commits

Author SHA1 Message Date
Jun-ichi Takimoto
b067ab08d6 49535: fix completion for ${<TAB> and ${(a)<TAB> 2021-11-01 23:33:57 +09:00
Bart Schaefer
6b2d120077 users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH option 2021-10-31 14:31:26 -07:00
Oliver Kiddle
68c8c60eaa 49533: add null check for preprompt functions list that could occur following an error when loading a module 2021-10-30 23:35:53 +02:00
Oliver Kiddle
632fee7cdf 49528: allow multiple -D options to compadd 2021-10-30 23:35:04 +02:00
Oliver Kiddle
0b6e73d477 unposted (c.f. Bart: 49531): fix completion test where a typo marked it as expected to fail 2021-10-30 23:21:35 +02:00
Matthew Martin
8c582cebc5 49529: Add rogue and descriptions to _rcctl ls 2021-10-27 22:17:26 -05:00
Peter Palfrader
c4b19f7fc4 49431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processing
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.
2021-10-26 21:56:23 +02:00
Marlon Richert
f2b6650b43 49521: Define correct behavior of || completion matchers
* 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.
2021-10-26 18:44:40 +02:00
Oliver Kiddle
4e9d0075f4 49519: quote completed options as needed and remove the now superfluous quotes from option specifications 2021-10-26 18:35:36 +02:00
Oliver Kiddle
8764cba90b 49516: bail out early from matching control if command line content is too short for the coanchor 2021-10-26 18:25:38 +02:00
Jun-ichi Takimoto
b4c8aee52d 49520: document $_args_chache_cmd 2021-10-24 21:43:38 +09:00
Jun-ichi Takimoto
c7a391fa05 49493: fix '_arguments --' to correctly recognize optional argument 2021-10-24 21:32:58 +09:00
Oliver Kiddle
e40938c128 49499 based on 49496 by Jun T.: fixes to option -A of _arguments 2021-10-23 18:21:24 +02:00
Oliver Kiddle
f414456b7a 49500: new lsns completion 2021-10-23 18:15:43 +02:00
Xavier Hsinyuan
0f1e4d8e78 github #79 (tweaked): _ssh: update options in apple's version of ssh-add 2021-10-16 20:23:41 -05:00
Matthew Martin
713588e235 49441: _timeout: Add OpenBSD 2021-10-13 22:02:40 -05:00
Jun-ichi Takimoto
a18348b897 49464: _basenc: new completion 2021-10-11 23:43:47 +09:00
Peter Stephenson
0b3b259794 49433: Don't assume EPROG references are bounded by function depth.
We use references for efficient function copy, so there is no useful limit any more.
2021-10-05 16:45:55 +01:00
Bart Schaefer
fa4c88ca25 49456: clean up detection of private params in nested scopes, update doc 2021-10-04 09:02:27 -07:00
ivan tkachenko
99d915330a 49440: Make double-flag parameter expansion syntax more discoverable in docs 2021-09-29 00:09:25 +02:00
ivan tkachenko
02f75cf386 49435: Remove trailing whitespaces in expn.yo 2021-09-29 00:02:49 +02:00
Alex Xu (Hello71)
6459544417 49444: libarchive tar can actually extract much more formats 2021-09-28 23:57:41 +02:00
Marlon Richert
1e9013941e Add support for multi-project builds to _gradle 2021-09-28 23:50:31 +02:00
Oliver Kiddle
16ad7cec1b 49454: open dump file once only instead of reopening it for appends 2021-09-28 23:45:44 +02:00
Oliver Kiddle
0a8d5cdbc8 49450: don't display explanation with compadd -x if any of -D, -A or -O are also used 2021-09-28 23:40:38 +02:00
Daniel Shahaf
ca94d3acda unposted: Fix typos 2021-09-26 09:00:32 +00:00
Jun-ichi Takimoto
dd51ffa5b4 49422: improve support of --disable-dynamic-nss
see also 49392 (Vincent) and 49412 (Axel)
2021-09-22 13:36:57 +09:00
Peter Stephenson
db46c9cd58 49353: Fix comments in sourced file.
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.
2021-09-09 20:05:39 +01:00
Bart Schaefer
014fbfa46b unposted: fix typo in earlier log entry 2021-09-08 16:07:49 -07:00
Bart Schaefer
68c0fa68e2 49391: Document default bracketed-paste bindings 2021-09-08 16:06:37 -07:00
Bart Schaefer
344d471c26 49389: leading variables in autoload file completion 2021-09-08 16:03:57 -07:00
Bart Schaefer
c4d07b3ec0 49387: suffix highlight with "compadd -R" 2021-09-08 16:01:12 -07:00
Bart Schaefer
3b97a36847 49386: handle separate source/build trees 2021-09-08 15:47:43 -07:00
Bart Schaefer
b29da69fb8 unposted: fix wrong name of changed file in earlier commit 2021-09-08 15:31:24 -07:00
Jun-ichi Takimoto
2b81d4be32 unposted: add/remove UNUSED() for some function parameters 2021-09-08 11:58:29 +09:00
Jun-ichi Takimoto
309d899507 unposted: add 'static' to shinsavestack 2021-09-08 10:18:51 +09:00
Jun-ichi Takimoto
2a7945a900 49377: fix segfault by 'bindkey -d' with reordered keymapnamtab 2021-09-08 09:51:43 +09:00
Stephane Chazelas
bb61da36aa 45180: clarify doc for POSIX EREs, fix an issue with PCRE when the replacement was empty or generated more than one element 2021-09-06 14:43:01 -07:00
zerkous
a6139bb0a9 49154: clarify status on exec failure 2021-09-06 14:28:54 -07:00
Marlon Richert
8ffcdc4824 49292: Src/Zle/complist.c: turn off colors before clearing to end of line 2021-09-06 14:22:58 -07:00
Marlon Richert
a675d058db 49378: skip check for collision of aliases and functions when NO_EXEC 2021-09-06 14:16:18 -07:00
Bart Schaefer
a36f4228d3 49282: missed ChangeLog entry in previous commit 2021-09-06 14:03:33 -07:00
Bart Schaefer
988688d23d 49282: set $0 correctly when calling functions from hooks 2021-09-06 14:02:20 -07:00
Bart Schaefer
d165d408a0 49266: fix segfault on metacharacters in long job texts 2021-09-06 13:55:44 -07:00
Marlon Richert
1508dc7486 49218: run-help filters cmd_args before calling run-help-<command> 2021-09-06 13:47:10 -07:00
Bart Schaefer
35c87f0b3b unposted (cf. 49202 and 49217): insertlastword ignores blank/missing history entries when repeating 2021-09-06 13:33:40 -07:00
Bart Schaefer
7000b04e76 49196: gdbm keys not present in the database appear unset in tied hashes 2021-09-06 13:27:01 -07:00
Marlon Richert
ca2e71e0eb 48969: fix for "zle -N" completion 2021-09-06 12:48:53 -07:00
Bart Schaefer
a31fd3077d 48888: improve doc for $$ and $PPID, add fail test for PPID readonly-ness 2021-09-06 12:46:28 -07:00
Bart Schaefer
c0e5b212f3 48832: try _gnu_generic first 2021-09-06 12:20:27 -07:00