1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 04:46:08 +02:00
Commit Graph

11727 Commits

Author SHA1 Message Date
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
Shohei YOSHIDA c843af635a 49343: Fix file name completion of GNU digest utilities 2021-09-04 13:28:26 +02:00
Oliver Kiddle b60bab1cc1 49345: fix git file completion for paths starting with ../ 2021-09-04 13:11:07 +02:00
Oliver Kiddle 64befeb4ca 49327: complete for new git maintenance, for-each-repo, sparse-checkout and bugreport commands 2021-08-29 17:12:56 +02:00
Oliver Kiddle a9386df558 49319: completion options update 2021-08-29 17:08:34 +02:00
Oliver Kiddle 12676c0f9f 49317: cleanup inappropriate use of {...} specs with _arguments or _alternative 2021-08-29 17:05:39 +02:00
Oliver Kiddle f529d54f43 49316: add (-.) glob qualifier to globs where only files are applicable 2021-08-29 17:00:05 +02:00
Oliver Kiddle 76de0b05da 49315: list units in brackets at the end of group descriptions 2021-08-29 16:55:25 +02:00
Peter A. Castro e872a7cec9 users/26982, subset not already integrated: use standard #include format 2021-08-28 21:38:23 +01:00
Peter Stephenson e5cd2dd980 49290: Replace stdio for buffered shell input.
The previous method allowed memory management to interact with signal
handlers, causing occasional crashes on some system.

Instead, use a simple pre-allocated buffer and raw system calls.
2021-08-27 09:36:06 +01:00
Marlon Richert 1a78e46564 49272: Set $COLUMNS in _call_program to ensure cached command output is sufficiently wide 2021-08-27 09:47:32 +02:00
Oliver Kiddle 51eaf66bea unposted (based on Marlon: 49273): add -x to local completion 2021-08-27 09:42:11 +02:00
Oliver Kiddle 46c502c380 49309: update the strace completion through strace 5.13 2021-08-27 09:12:29 +02:00
Oliver Kiddle b8d3787bac 49306: fix file completion for the second parameter to losetup 2021-08-27 09:10:31 +02:00
Štěpán Němec 5ef55de65e 49234: add missing options in python completion 2021-08-27 08:51:32 +02:00
Peter Stephenson 0a80579ed1 49307 with doc update: POSIX_TRAPS fix.
With POSIX_TRAPS set, an ignored signal stays ignored when entering
a subshell.
2021-08-26 09:46:39 +01:00
Peter Stephenson 4a9437317f 49297 (quoting amended): error message in files module.
If ENONENT it could be the other argument that doesn't exist, so check.
2021-08-24 19:21:53 +01:00
DCsunset cd89e1937d github #78: Fix completions in _pandoc 2021-08-24 02:16:45 -05:00
Oliver Kiddle 78961f8870 49268: use an empty string search to find matches for info --index-search= completion
Also include info output to the right of " -- " for further info node
completion matches and fix quoting of a blank argument to _call_program.
2021-08-16 02:44:49 +03:00
Oliver Kiddle 71ff799b3c 49160: fix quoting for xmllint --pretty completion 2021-08-16 02:44:22 +03:00
Daniel Shahaf 1449f81183 users/26734: docs: read: Notate the parameter name argument as optional. 2021-08-14 14:07:08 +00:00
Peter Stephenson daa208e907 49269: Fix "[ ! -o ]".
This should detect "-o" as non-empty string; "-a" was alrady working.
Update the test.
2021-08-10 09:19:32 +01:00
Stavros Ntentos 765bc14701 github #77: Improve subl completions for Sublime Text v4 2021-07-30 00:44:28 -05:00
Jun-ichi Takimoto b4dff9a8e8 49211: _typeset: correctly set return value
do not include '-' in onopts so that 'functions -- <TAB>' works.
2021-07-30 01:10:24 +09:00
Erik Paulson f8ec33c453 49029: Prevent shell from sending duplicate signals with MONITOR 2021-07-23 21:08:13 +01:00