summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: updates for 5.6.2-test-2 zsh-5.6.2-test-2Peter Stephenson2018-12-194-15/+17
|
* unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson2018-12-192-0/+7
| | | | Otherwise bad effects observed with GLOB_SUBST set.
* 43897: Add/update various completion functionsdana2018-12-1712-4/+264
| | | | | * Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
* 43895: _watch: Complete for procps/-ng watchdana2018-12-172-5/+43
|
* 43904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵Joey Pabalinas2018-12-172-3/+11
| | | | | | | | | | | | | | | | | | | | omitted In code such as: > hobbes% () { for arg do print -r $arg; done; } 1 2 3 > 1 > 2 > 3 the implicit positional parameters added when the `in word ...' list is omitted also implicitly append the separator term, making the above code valid, albeit seemingly violating the syntax listed in the documentation. This is related to the various forms of alternative syntax and is the intended behavior of the parsing code, so correct the minor contradiction in the for loop documentation.
* unposted: _dig: Fix _arguments syntax errordana2018-12-142-2/+7
|
* 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner caseDaniel Shahaf2018-12-132-4/+12
| | | | | | | | | | | | | Before this commit, the following use-case: git checkout foo^ git show foo | git am would result in a fatal error, with vcs_info_msg_N_ not set: VCS_INFO_git_getbranch:18: no such file or directory: .git/rebase-apply/onto Now they are set correctly, and HEAD's commit hash is used.
* 43871: _files: Support `-F '(pat ...)'` as with _path_filesdana2018-12-092-0/+7
|
* 43861: make "(#" completion safer by checking for ")"Peter Stephenson2018-12-042-3/+3
|
* 43860: Complete glob flags at start of word.Peter Stephenson2018-12-042-0/+9
|
* 43854: Set tok to LEXERR on generic parse error.Peter Stephenson2018-11-292-0/+6
| | | | Needed by main loop which detects an error this way.
* 43837 plus test from Daniel: Empty string in nested subst.Peter Stephenson2018-11-213-0/+15
| | | | Skip Nularg or there is a bogus character at the start.
* 43829: nearcolor.c: use double instead of floatJun-ichi Takimoto2018-11-192-19/+23
|
* 43830: _cu: Complete /dev/cu.*Daniel O'Connor2018-11-162-2/+7
|
* unposted: _zcat: support macOSJun-ichi Takimoto2018-11-152-1/+3
|
* 43823: remove unnecessary metafy() in stattimeprint()Ivan Tkachenko2018-11-152-3/+6
|
* 43620: More care documenting command substitution including $(<...)Peter Stephenson2018-11-142-3/+15
|
* 43809: Suppress npm update checks during completiondana2018-11-132-2/+10
|
* unposted (cf. 43800): Update strftime completiondana2018-11-132-2/+7
|
* 43800: Add nanosecond support to strftime built-indana2018-11-134-20/+86
|
* 43819: expand adb completion to also cover options to adb backupOliver Kiddle2018-11-122-1/+19
|
* 43818: complete math functions for other modules besides zsh/mathfuncOliver Kiddle2018-11-122-5/+11
|
* 43816: various completion option updatesOliver Kiddle2018-11-1218-147/+438
|
* 43817: update options in btrfs completion through to btrfs 4.17.1Oliver Kiddle2018-11-122-66/+185
|
* 43813: for powerd add units, default values and allow option arguments in ↵Oliver Kiddle2018-11-122-10/+13
| | | | the same word as the option
* 43812: allow repeats of gcc's -Wsuggest-attribute optionOliver Kiddle2018-11-122-1/+6
|
* 43790: failed mailstat could leak memoryKamil Dudka2018-11-092-3/+15
|
* 43789: possible use after free clearing up math func from moduleKamil Dudka2018-11-092-2/+3
|
* 43723: file descriptor could leak on fork errorKamil Dudka2018-11-092-1/+4
|
* 43793: computil could overrun bufferKamil Dudka2018-11-092-2/+4
|
* 43791: File descriptor could be closed twice in cloneKamil Dudka2018-11-092-1/+6
|
* 43779 (tweaked): add parentheses to fix expression with cprecedences option setJoey Pabalinas2018-11-082-2/+5
|
* 43805: make nearcolor module use the default colour rather than black as a ↵Oliver Kiddle2018-11-083-4/+10
| | | | fallback
* 43804: also need to be able to turn colour attributes back into hex triples ↵Oliver Kiddle2018-11-082-4/+15
| | | | for region_highlight variable
* unposted: add usual copyright header to nearcolor module sourcesOliver Kiddle2018-11-082-0/+31
|
* 43784: clarify descriptions on options related to match sortingOliver Kiddle2018-11-082-3/+6
|
* unposted (c.f. Bart: 43739): use a correct description for the @ parameter ↵Oliver Kiddle2018-11-082-1/+7
| | | | expansion flag
* 43788: clarify zpty -w -n with no string argumentPeter Stephenson2018-11-072-1/+7
|
* 43761: update five completion functions for darwinJun-ichi Takimoto2018-11-076-12/+50
|
* 43760: add documentation for true colour changes and nearcolor moduleOliver Kiddle2018-11-055-3/+63
|
* 43759: add support for true colour terminalsOliver Kiddle2018-11-059-80/+127
|
* 43747: new module to map colours from hex triplets to the nearest matching ↵Oliver Kiddle2018-11-056-1/+215
| | | | colour
* 43752: Fix _expand quoting.Peter Stephenson2018-11-032-2/+17
| | | | Quoting was not applied properly if globbing failed or was not applied.
* 43748: fix completion for ack 3betaOliver Kiddle2018-11-022-6/+13
|
* github #29: Add completion support for Gits --color-moved option and color ↵Wieland Hoffmann2018-11-022-5/+25
| | | | | | settings --color-moved was added in Git 2.15.
* 43746: _ping: update for BSD and DarwinJun-ichi Takimoto2018-10-312-11/+19
|
* 43744: _sysctl: support procps-ng, NetBSDJun-ichi Takimoto2018-10-312-30/+63
| | | | with several updates for other OS
* 43726: Add tests for semicolon in the middle of a sublist not terminating it.Daniel Shahaf2018-10-242-0/+15
|
* 43723: _mkdir: fix builtin mkdir and support darwinJun-ichi Takimoto2018-10-242-3/+4
|
* 43722: _ed, _env, _sort: support darwinJun-ichi Takimoto2018-10-244-12/+16
| | | | use the same completions as freebsd