Jun-ichi Takimoto
8d0f7681a0
43829: nearcolor.c: use double instead of float
2018-11-19 14:57:30 +09:00
Daniel O'Connor
b248b714a9
43830: _cu: Complete /dev/cu.*
2018-11-16 21:36:53 -06:00
Jun-ichi Takimoto
35afea0772
unposted: _zcat: support macOS
2018-11-15 21:02:22 +09:00
Ivan Tkachenko
e258e7d251
43823: remove unnecessary metafy() in stattimeprint()
2018-11-15 10:59:09 +09:00
Peter Stephenson
7292c063e8
43620: More care documenting command substitution including $(<...)
2018-11-14 14:22:10 +00:00
dana
e25f890589
43809: Suppress npm update checks during completion
2018-11-13 13:06:29 -06:00
dana
df12f6cd2f
unposted (cf. 43800): Update strftime completion
2018-11-13 13:01:47 -06:00
dana
5ad76492af
43800: Add nanosecond support to strftime built-in
2018-11-13 13:01:01 -06:00
Oliver Kiddle
0b3b52778b
43819: expand adb completion to also cover options to adb backup
2018-11-12 11:09:55 +01:00
Oliver Kiddle
082f703ccd
43818: complete math functions for other modules besides zsh/mathfunc
2018-11-12 10:34:32 +01:00
Oliver Kiddle
d5fec6b512
43816: various completion option updates
2018-11-12 10:32:41 +01:00
Oliver Kiddle
f6495ebae8
43817: update options in btrfs completion through to btrfs 4.17.1
2018-11-12 10:32:37 +01:00
Oliver Kiddle
b96dac3287
43813: for powerd add units, default values and allow option arguments in the same word as the option
2018-11-12 10:32:27 +01:00
Oliver Kiddle
8d2622ecba
43812: allow repeats of gcc's -Wsuggest-attribute option
2018-11-12 10:32:15 +01:00
Kamil Dudka
d50e204b0c
43790: failed mailstat could leak memory
2018-11-09 11:06:08 +00:00
Kamil Dudka
e27175c7c8
43789: possible use after free clearing up math func from module
2018-11-09 11:04:06 +00:00
Kamil Dudka
d1095bdf74
43723: file descriptor could leak on fork error
2018-11-09 11:02:24 +00:00
Kamil Dudka
031afe4207
43793: computil could overrun buffer
2018-11-09 10:57:09 +00:00
Kamil Dudka
a8cc017c74
43791: File descriptor could be closed twice in clone
2018-11-09 10:54:47 +00:00
Joey Pabalinas
fc3826190a
43779 (tweaked): add parentheses to fix expression with cprecedences option set
2018-11-08 11:46:27 +01:00
Oliver Kiddle
5a70701788
43805: make nearcolor module use the default colour rather than black as a fallback
2018-11-08 11:01:36 +01:00
Oliver Kiddle
9eba4d3a44
43804: also need to be able to turn colour attributes back into hex triples for region_highlight variable
2018-11-08 11:01:29 +01:00
Oliver Kiddle
71c9130ede
unposted: add usual copyright header to nearcolor module sources
2018-11-08 11:01:27 +01:00
Oliver Kiddle
742bd20277
43784: clarify descriptions on options related to match sorting
2018-11-08 11:01:20 +01:00
Oliver Kiddle
f0655371a6
unposted (c.f. Bart: 43739): use a correct description for the @ parameter expansion flag
2018-11-08 09:33:58 +01:00
Peter Stephenson
6529d52506
43788: clarify zpty -w -n with no string argument
2018-11-07 12:36:05 +00:00
Jun-ichi Takimoto
e5465c0434
43761: update five completion functions for darwin
2018-11-07 21:01:54 +09:00
Oliver Kiddle
c8ce1fe4c1
43760: add documentation for true colour changes and nearcolor module
2018-11-05 22:24:16 +01:00
Oliver Kiddle
50597692e0
43759: add support for true colour terminals
2018-11-05 22:24:12 +01:00
Oliver Kiddle
37d0005a9e
43747: new module to map colours from hex triplets to the nearest matching colour
2018-11-05 22:24:05 +01:00
Peter Stephenson
916ba78cd7
43752: Fix _expand quoting.
...
Quoting was not applied properly if globbing failed or was not applied.
2018-11-03 19:36:06 +00:00
Oliver Kiddle
58bfa1665b
43748: fix completion for ack 3beta
2018-11-02 01:09:47 +01:00
Wieland Hoffmann
11c84dcef4
github #29 : Add completion support for Gits --color-moved option and color settings
...
--color-moved was added in Git 2.15.
2018-11-02 00:45:35 +01:00
Jun-ichi Takimoto
ce048aee38
43746: _ping: update for BSD and Darwin
2018-10-31 19:24:45 +09:00
Jun-ichi Takimoto
967c964e21
43744: _sysctl: support procps-ng, NetBSD
...
with several updates for other OS
2018-10-31 19:17:59 +09:00
Daniel Shahaf
73b1328049
43726: Add tests for semicolon in the middle of a sublist not terminating it.
2018-10-24 15:31:42 +00:00
Jun-ichi Takimoto
a4e435b873
43723: _mkdir: fix builtin mkdir and support darwin
2018-10-24 17:36:15 +09:00
Jun-ichi Takimoto
4ad04eeb85
43722: _ed, _env, _sort: support darwin
...
use the same completions as freebsd
2018-10-24 17:32:17 +09:00
Jun-ichi Takimoto
916ed74264
43721: _diff3: detect GNU variant correctly
2018-10-24 17:29:28 +09:00
dana
da05d2cc2b
43718: Use singular completion group descriptions
2018-10-24 00:41:58 -05:00
Marcin Mielniczuk
f413e5e17f
43714: complete lp fit-to-page option
2018-10-23 09:59:10 +01:00
Sebastian Gniazdowski
5556e00c65
43695: minor but simple optmiisation to use existing string length
2018-10-23 09:33:55 +01:00
dana
07d06c9fb9
43713: Improve init.d command completion
2018-10-22 15:56:28 -05:00
Peter Stephenson
079f7f9d48
43694: More detail on multios.
...
Mention how opening files in multios differs from cat.
2018-10-17 17:05:31 +01:00
Oliver Kiddle
ef58491092
43697: match uppercase filename extensions in zathura completion
2018-10-17 17:57:58 +02:00
Oliver Kiddle
8c57505314
43698: update options for git 2.19.1
2018-10-17 17:56:36 +02:00
Daniel Shahaf
76a16498d5
43692: Generate man pages in the build dir, rather than the source dir.
...
The following files are still generated in the source dir (in
out-of-tree builds):
Doc/Zsh/manmodmenu.yo
Doc/Zsh/modlist.yo
Doc/Zsh/modmenu.yo
Doc/version.yo
Doc/zsh.idx
Doc/zsh.texi
META-FAQ
2018-10-16 23:21:28 +00:00
dana
a8f90de4ff
43672: Document result of redirecting from a non-existent file
2018-10-15 22:08:38 -05:00
Daniel Shahaf
bf9da44931
unposted: internals: Document sepjoin().
2018-10-14 14:02:34 +00:00
Daniel Shahaf
f6adb79ba5
43685: add-zle-hook-widget: Support running under NO_UNSET ('set -u').
2018-10-14 14:01:33 +00:00