Oliver Kiddle
8ddadb8afe
update mtr completion through mtr 0.92
2017-09-22 18:45:32 +02:00
Oliver Kiddle
3fde9aedd4
update options in tune2fs completion through e2fsprogs 1.43.6
2017-09-22 18:43:31 +02:00
Oliver Kiddle
101fb8dbf8
41732: bring tmux completion in line with tmux 2.5 - removing completion of mode tables
2017-09-22 01:16:53 +02:00
Daniel Shahaf
ced82745ea
unposted (cf. 41672): checkrmall: Record the 41672 bug in a TODO.
2017-09-21 18:17:19 +00:00
Daniel Shahaf
15bed0db40
unposted (cf. 41707): internal: Document the count==0 case of checkrmall().
2017-09-21 18:14:01 +00:00
Barton E. Schaefer
d1914c5af4
41736: NO_INTERACTIVE_COMMENTS in $(...)
2017-09-20 10:17:59 -07:00
Barton E. Schaefer
2c41dc0b2e
41731: reformat and expand doc for 41698.
...
Also add missing x-seq reference for 41705 in ChangeLog.
2017-09-20 10:03:47 -07:00
Oliver Kiddle
fde84f9e0b
41729: update options for gnutls completion plus cleanup and rearrange the function
2017-09-18 22:41:13 +02:00
Oliver Kiddle
1051d48bf5
41728: new completion for flac and update options in metaflac completion
2017-09-18 22:38:18 +02:00
Oliver Kiddle
256201eecd
41727: run tidy -xml-config to get HTML options for completion
2017-09-18 22:33:37 +02:00
Barton E. Schaefer
d29ad85533
41723: one more case of 41627 in "while" loops.
2017-09-18 08:40:02 -07:00
Oliver Kiddle
c2a189b336
41726: add + and = to option specs taking arguments and update options to 1.7.5
2017-09-18 17:21:16 +02:00
Oliver Kiddle
da085b7a20
update completion of options for util-linux 2.30.1
2017-09-18 15:58:14 +02:00
Oliver Kiddle
b138acf42e
41725: assorted minor updates to completion functions
2017-09-18 15:53:29 +02:00
Oliver Kiddle
b0c12e3771
41724: update ethtool completion for new options
2017-09-18 15:40:42 +02:00
Oliver Kiddle
8e9fe082be
41711: new dconf completion
2017-09-15 20:24:04 +02:00
Oliver Kiddle
c1f789d2aa
41710: new smartctl completion
2017-09-15 18:37:43 +02:00
Oliver Kiddle
9429663af3
41709: update options in Linux sysstat completions
2017-09-15 18:31:11 +02:00
Peter Stephenson
c2d4fa50ed
unposted: nodref -> noderef
2017-09-15 09:30:09 +01:00
Peter Stephenson
ab7be4238c
More [key]=value tweaks
...
Some rephrasings.
Update typeset -p for associative arrays to use new syntax.
2017-09-14 21:43:37 +01:00
Peter Stephenson
7ca2e97c14
unposted: typo in doc just committed
2017-09-13 20:58:55 +01:00
Peter Stephenson
54b3958440
First go at var=([key]=value) syntax.
...
Works for both normal and typeset case, also var+=...
Still to do: allow to be mixed with straight array assignment,
improve typeset -p, implement [key]+=value.
2017-09-13 20:54:00 +01:00
Peter Stephenson
da4146bdff
41688: builtin wait for all jobs should ignore STAT_NOPRINT
2017-09-13 10:49:06 +01:00
Peter Stephenson
91484e0d42
41679: slight clarification on exec of builtins
2017-09-13 10:47:16 +01:00
Peter Stephenson
e8780e11ed
unposted: YODL compatibility fix for --emulate
2017-09-13 10:45:00 +01:00
Daniel Shahaf
ed7497e379
unposted: internal: Document zreaddir().
2017-09-11 15:06:08 +00:00
Thierry Ghelew
9f2271168d
41666: zpty compatibility for OpenBSD
2017-09-11 10:15:15 +01:00
Peter Stephenson
2ef3dff65a
41668: New --emulate option on invocation.
...
This sets the shell emulation mode similarly to ARGV0=... which
doesn't work from other shells.
Note that this gives more comprehensive emulation than running
emulate within the shell.
2017-09-11 10:12:17 +01:00
Peter Stephenson
c9df6bc8d4
41662: exec -a arguments weren't sanitised
2017-09-10 18:02:52 +01:00
Peter Stephenson
e44600d9aa
41661: Need to remove tokens before using bufferwords() for (z)
2017-09-10 18:01:39 +01:00
Jun-ichi Takimoto
6401caa183
41628 (plus 41645 by Oliver): _ps: update options
...
also do not reset compstate[insert]
2017-09-09 01:02:23 +09:00
Peter Stephenson
ea5b38935a
41641: Some math operations shouldn't be lvalues.
...
This includes pre- and post- increment and decrement. Simply
mark all values after operations as rvalues.
2017-09-05 13:15:30 +01:00
Peter Stephenson
5a8155f7b7
41633: Fix problem backgrounding function definitions.
...
Owing to being marked as simple sublists the instruction to
background was ignored. This applied to anonymous functions.
2017-09-04 21:36:46 +01:00
Daniel Shahaf
1e536747ae
41621: _mkdir: Honour the 'command' and 'builtin' precommand modifiers.
2017-09-04 14:05:24 +00:00
Daniel Shahaf
2c4e5c4acb
41620 (tweaked per 41622): _mkdir: Don't offer a linux-specific option in the 'zsh' variant.
2017-09-04 14:05:21 +00:00
Marc Aldorasi
ef9d13c3d1
41637: add explicit objdump completion
2017-09-04 09:33:43 +01:00
Peter Stephenson
a6c72cb835
41623: Update FAQ.yo for Yodl 3
2017-09-02 20:09:27 +01:00
Peter Stephenson
b2e44bce62
Make mbegin, mend, match local in zed.
...
Needed for zstyle -m.
2017-08-31 16:55:26 +01:00
Peter Stephenson
ebcea98eca
Fix problem with ERR_RETURN.
...
It wasn't suppressed properly in the code following an if
in some circumstances, in particular in initialsation scripts
and also in a nested function where the caller had suppressed
it.
2017-08-31 16:54:19 +01:00
Daniel Shahaf
73514c40f6
41567: _tmux: Complete detached sessions first for attach-session.
2017-08-30 00:13:06 +00:00
Daniel Shahaf
1e44c649a4
41566: _tmux: Complete only attached sessions for detach-session.
2017-08-30 00:13:03 +00:00
Daniel Shahaf
eb6c012f64
41564: _tmux: Complete environment variables and their values for set-environment and show-environment.
...
Also, teach show-environment not to offer --options after positional
arguments.
2017-08-30 00:12:07 +00:00
Daniel Shahaf
9a4fb22d89
41557: _tmux: show-environment, set-environment: Make -g,-t mutually exclusive.
...
tmux does not error out on the combination, but it does ignore one of
the two when both are specified.
2017-08-30 00:12:05 +00:00
Daniel Shahaf
383dc2a6f5
41558: _tmux: Complete option names for show-options and show-window-options.
2017-08-30 00:12:02 +00:00
Peter Stephenson
7d1877da4e
41608 (plus tests): restore ERR_EXIT before function.
...
There was an exception to the usual ERR_EXIT pattern that causes
problems when executing a function in an else branch. It seems
the exception is no longer needed as the regression tests pass
without it.
2017-08-29 19:52:18 +01:00
Андрей Стоцкий (_RuRo_)
8b4d2329c7
41618: Added some arguments autocompletion to _todo.sh.
2017-08-29 01:56:17 +00:00
Oliver Kiddle
386eb378a7
41617: complete new tracepath options
2017-08-29 00:41:34 +02:00
Oliver Kiddle
e5c11eb7b5
41616: update completion options to entr 3.8
2017-08-29 00:38:32 +02:00
Oliver Kiddle
92ec72844c
unposted: add missing #autoload directive
2017-08-29 00:32:41 +02:00
Daniel Shahaf
ab6ac7313d
unposted: Post-release version bump.
2017-08-28 00:34:32 +00:00