Bart Schaefer
fbec213cc5
52325: Clarify doc for edge cases of named references and nofork substitution
...
Unposted whitespace change avoids a parse error in ${ ... } with comments.
2023-11-23 13:23:55 -08:00
Oliver Kiddle
7a84713bb7
unposted: fix missing closing brace from 52301
2023-11-22 00:10:23 +01:00
Oliver Kiddle
6aa15f57fd
52315: completion options update
2023-11-22 00:07:37 +01:00
Bart Schaefer
fcf080ab57
52313: Src/exec.c: multios are not interactive and check for write errors.
2023-11-18 16:22:24 -08:00
Bart Schaefer
e32da86111
Unposted (cf. 52296): correct description of "vared -e"
2023-11-18 16:08:28 -08:00
Oliver Kiddle
8f0a8131fa
52307: new completion for many SELinux tools
2023-11-17 18:25:21 +01:00
Oliver Kiddle
6306dcfaa5
52303: updates to completions for macOS 13
2023-11-17 18:13:41 +01:00
Bart Schaefer
ddfc81a2b8
52309: fix cases that hang with all signals blocked.
...
* no job control inside <<(substition)
* allow interrupt of multios reading from a terminal
2023-11-15 20:29:50 -08:00
Bart Schaefer
0840f34e1f
52308: FAQ for new features, fix some old answers
2023-11-15 20:23:54 -08:00
Bart Schaefer
420d2c713f
52275: rationality in zgetdir() and zgetcwd()
2023-11-15 20:21:51 -08:00
Bart Schaefer
e6ad117ccb
52202: improve handling of quoting in ${var/pattern/replacement}
2023-11-15 20:16:04 -08:00
Matt Koscica
be223aedee
github #106 : update tmux completion (20230919); tweak Util/check-tmux-state
...
- update tmux completion functions
- tweak check-tmux-state to take current file format into account
2023-11-14 21:39:30 +01:00
Oliver Kiddle
5c7a97ff7d
unposted (cf. 52167): mutt's -a takes a list of files terminated by --
2023-11-14 21:19:30 +01:00
Oliver Kiddle
424746982b
52301: update options in completions for ruby 3.2, gem 3.4.10 and ri 6.5
2023-11-14 20:39:23 +01:00
Oliver Kiddle
c3cb5a3e0c
52300: update completion options for ansible 2.15.2
2023-11-14 20:36:43 +01:00
Oliver Kiddle
d8a3bff4f5
52280: update git completion for new options in git through to version 2.42.0
2023-11-09 16:48:12 +01:00
Shotaro Aoyama
2573786fd3
github #105 : add "-I" for "zle" completion
2023-11-08 02:48:20 +01:00
Eric Cook
7cd5b7f1fc
52168: add completion for xfce's xfconf-query(1)
2023-11-08 02:42:04 +01:00
Oliver Kiddle
bad8af1808
52271: use correct form for unused parameter
2023-11-08 02:32:23 +01:00
Bart Schaefer
985cc5aae8
Unposted: List of files was omitted from 50569 log entry
2023-11-03 10:15:00 -07:00
Bart Schaefer
03f52f1da6
50569: missed file from commit f36fccbb
2023-11-02 23:27:53 -07:00
Oliver Kiddle
364ecf7099
52268: update nmcli completion to networkmanager 1.42.2
2023-11-02 16:26:16 +01:00
Oliver Kiddle
8e65233747
52266: update completion for strace to 2.6.5
2023-11-02 15:02:31 +01:00
Oliver Kiddle
491e268e8b
52265: update completions for some util-linux tools to version 2.39.2
2023-11-02 14:59:19 +01:00
Oliver Kiddle
de635b4ee5
52253: support pcre callouts with shell evaluation of the callout string
2023-11-02 14:54:59 +01:00
Oliver Kiddle
a9b0ccd661
52260: handle variable assignments before the command in sudo completion
2023-11-02 14:49:23 +01:00
Oliver Kiddle
9f57ca4ac8
52252: Coverity defect 1547827
2023-11-01 00:34:29 +01:00
Shohei Yoshida
8ebbf25a71
52179: Fix gradlew completion when it isn't in PATH
2023-11-01 00:31:10 +01:00
Ulysse Buonomo
97e4310563
github #102 : Ensure todo.sh completion uses builtin commands
...
the `todo.sh` script allows redefining commands locally, which can mess
up this completion script. We are using the `command` subcommand to
avoid that.
2023-10-29 17:36:29 -05:00
Bart Schaefer
f36fccbb84
50569 (Daniel Shahaf): main keymap defaults to emacs
...
Tweaked to make the sample .zshrc code better match the former C code,
and to remove the declaration of no-longer-used variable "ed".
2023-10-26 20:55:45 -07:00
Sebastian Gniazdowski
d86cc841f7
52240: use work-var $s not $suffix when setting flags
2023-10-26 13:41:03 -07:00
Bart Schaefer
98a6892cb1
52244: Fix a batch of minor defects reported by Coverity.
...
Coverity defects 1547831, 1547826 (remove unused function), 1521551,
1500752, 1500747, 1401549, 1372423, 1270645, 1255799, 1255792, 1255789,
1255787, 1255782, 1255750
2023-10-26 08:27:18 -07:00
ErrrorMaxx
0c15cc8712
github #104 : fix small typo
2023-10-24 20:42:46 -05:00
Christian Heusel
5fd8cccf54
github #103 : fix completion for zpool upgrade
...
This is done by simply adding a missing backslash to the code.
Fixes: 85bf9740a0
("49668: update zfs completion")
Signed-off-by: Christian Heusel <christian@heusel.eu>
2023-10-24 20:39:18 -05:00
Bart Schaefer
20739b5458
Unposted (cf. 52221, 52227, 52228): typos and unnecessary inclusions
2023-10-17 09:35:27 -07:00
Mikael Magnusson
457ab9f9fe
52222: Document bracketed-paste-url-magic
2023-10-17 04:54:05 +02:00
Mikael Magnusson
6b34f3dc14
51490: Use time_t for lastt which stores result of time(0)
...
Coverity complained about this, and possibly some more people would in 15
years
2023-10-16 10:36:12 +02:00
Mikael Magnusson
c9da370470
52056: _sccs: don't handle subcommands in main namespace
...
If someone using sccs wants to save typing, they can just do
alias get="sccs get" anyway.
2023-10-16 10:34:15 +02:00
Bart Schaefer
a709643b76
unposted (cf. 52219): fix typo
2023-10-15 16:40:34 -07:00
Bart Schaefer
487fba3fb3
52218: update notes since 5.9 release
2023-10-15 15:03:58 -07:00
Oliver Kiddle
70320635b4
52189: ignore compadd -M if -U also specified as they don't make sense together
...
This fixes df completion.
2023-10-11 01:06:50 +02:00
Oliver Kiddle
985952e2f6
52217: update completions for FreeBSD 14
2023-10-11 00:57:16 +02:00
Oliver Kiddle
4878c2b130
52216: metafy usernames to allow for them to be UTF-8 encoded
2023-10-11 00:50:18 +02:00
Oliver Kiddle
83f8a71a7c
52214: allow extra byte for nul terminator in allocation
2023-10-11 00:43:05 +02:00
Oliver Kiddle
a920e368b8
unposted (cf. 52166): remove obsolete helper for svk
2023-10-11 00:38:46 +02:00
Jörg Sommer
60479a7a18
51812: run-help for docker, perf, podman, ssh, svnadmin
2023-10-11 00:38:32 +02:00
Bart Schaefer
1ffc6d0ef5
52204: fix thinko, unmeta() buffer should not be freed
2023-10-05 07:58:27 -07:00
Bart Schaefer
86196843bd
52198: put back incorrectly removed zfree()
2023-10-03 21:21:54 -07:00
Bart Schaefer
0f0ba0539e
52195: cached_username is already metafied when initializing LOGNAME
2023-10-01 13:38:25 -07:00
Bart Schaefer
29644f12e7
52193: handle UTF8-encoded USERNAME and therefore home directory in zcompile
...
Includes one unposted thinko fix ztrdup -> dupstring
2023-10-01 11:34:33 -07:00