summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: Test release: 5.7.1-test-1 zsh-5.7.1-test-1dana2019-12-143-6/+9
|
* 45009: POSIX_CD needs to suppress some forms of option.Peter Stephenson2019-12-123-2/+5
| | | | | Otherwise forms of argument allowed by POSIX are interpreted as options instead.
* 45001: Fix zero-length matches with ${...%...}Peter Stephenson2019-12-123-0/+35
| | | | As the shortest match is preferred, zero-length matches beat any other.
* 45004: Fix typos in commentsMartijn Dekker2019-12-1129-56/+65
|
* 45003: Fix more documentation typosMartijn Dekker2019-12-117-12/+19
|
* 44997: GLOB_COMPLETE fix for compctl file completion.Peter Stephenson2019-12-102-1/+26
| | | | Dashes could cause problems in directory prefixes.
* 44976: fixup describe-key-briefly for visual modeOliver Kiddle2019-12-042-0/+6
|
* 44970: _brace_parameter: Update the description of S flagSebastian Gniazdowski2019-12-042-1/+6
|
* 44981: Fix some typos in the documentation.Martijn Dekker2019-12-048-8/+15
|
* Revert "44904: _subversion: Complete multiple comma-separated arguments to ↵Daniel Shahaf2019-12-032-12/+2
| | | | | | | | --show-item=<TAB>." This reverts commit b06117ad21ce8be928e64700f34f7610d45c738a. Reverted upstream in r1870750.
* 44960: vcs_info cvs: Fix infinite loop when /CVS exists.Daniel Shahaf2019-12-032-3/+12
|
* 44961: vcs_info svn: Fix infinite loop when /.svn exists.Daniel Shahaf2019-12-032-5/+10
|
* 44962: vcs_info: Document internal function and variableDaniel Shahaf2019-12-033-0/+22
|
* 44964: zshmisc(1): Document APPEND_CREATE under the append redirection ↵Daniel Shahaf2019-12-032-4/+9
| | | | operators, >> and >>!.
* 44969: completion-style-guide: Mention defaults and superfluous descriptionsdana2019-12-022-1/+27
|
* unposted (cf. 44967): _alsa-utils: Fix minor syntax error in arg specdana2019-12-022-1/+6
|
* unposted: vcs_info: Add an example of using $functions to find hooks by name.Daniel Shahaf2019-12-022-0/+15
|
* unposted: another place to complete selinux contexts that was missed in 44781Oliver Kiddle2019-12-012-1/+4
|
* 44968: cleanup and update objdump and readelf completionsOliver Kiddle2019-12-013-99/+129
|
* 44967: Completion for aplay from alsa-utilsSebastian Gniazdowski2019-12-012-0/+59
|
* unposted: zstyle: Add a unit test and some comments.Daniel Shahaf2019-12-013-3/+29
|
* unposted: _sqlite: Fix syntax errorDaniel Shahaf2019-12-012-1/+5
|
* 44958: vcs_info quilt: Avoid forksDaniel Shahaf2019-11-293-5/+12
|
* 44945: vcs_info git: Optimize detection by running fewer external commands.Daniel Shahaf2019-11-292-2/+7
|
* 44948: _subversion: Make _svn_controlled offer everything rather than nothing.Daniel Shahaf2019-11-292-2/+20
|
* 44947: _subversion: Complete the 'auth', 'changelist', 'patch', 'resolve', ↵Daniel Shahaf2019-11-292-4/+26
| | | | and 'x-unshelve' subcommands.
* 44946: _subversion: Make _svn_conflicts not offer all files in the directory.Daniel Shahaf2019-11-292-1/+6
|
* 44912: more quoting fixes in _expandWayne Davison2019-11-262-1/+6
| | | | Don't set done_quote=1 if the glob result is empty.
* 44923: update options for git 2.24Oliver Kiddle2019-11-242-149/+159
|
* 44896: use opt_args to find base directory and use it for $(CURDIR)Oliver Kiddle2019-11-242-33/+13
|
* users/24451: zgetcwd: Add a guard against returning an empty string.Daniel Shahaf2019-11-192-1/+4
|
* unposted: Add smoke test for :P history modifier.Daniel Shahaf2019-11-192-0/+12
|
* users/24445: Add :P modifier to history code.Peter Stephenson2019-11-182-0/+15
| | | | | This was in the glob qualifier and variable code but got missed out of the separate history modifier function.
* unposted (salsa.debian.org MR!1): _ip: Complete the -brief optionskirit2019-11-112-0/+6
|
* 44904: _subversion: Complete multiple comma-separated arguments to ↵Daniel Shahaf2019-11-092-2/+12
| | | | | | --show-item=<TAB>. Upstream revision: r1869578 (for 1.14.0)
* unposted: _values: Use the formal parameter's name in the docstring.Daniel Shahaf2019-11-082-1/+6
|
* 44897: _subversion: Complete --show-item=changelistDaniel Shahaf2019-11-072-0/+6
|
* 44895: complete options for state change notifications and other improvementsOliver Kiddle2019-11-062-101/+132
|
* 44882: add completion of -save-stats flagEitan Adler2019-11-062-0/+4
|
* unposted: fix missing local declarations in _sequenceOliver Kiddle2019-11-062-1/+6
|
* github #41: Extend _dbus with dbus-launch completionSebastian Gniazdowski2019-10-292-1/+25
|
* unposted: tweak to check for openzfs rather than SolarisOliver Kiddle2019-10-292-1/+9
|
* github #40: Teddy Heinen: adjust zfs completion to use acltype on linux ↵Teddy Heinen2019-10-281-1/+9
| | | | instead of aclmode
* 44864: Avoid inifinite loop in tty init.Peter Stephenson2019-10-282-2/+20
| | | | | | | If we can't grab the terminal in interactive mode, give up after 100 goes. This is a completely arbitrary choice; we simply don't know what in the system could change the result of looping further.
* 44865: Try harder to link in curses moduleSebastian Gniazdowski2019-10-282-3/+59
|
* unposted: fix indentation (whitespace-only change)romkatv2019-10-281-30/+30
| | | | | | | Indentatin in moveto was broken by 3eea35d0 (my bad), making it difficult to read. This commit reverts it to what it used ot be. While at it, fix indentation in a few other places in the same file.
* 44846: _dates: Fix regression caused by workers/44274dana2019-10-182-1/+6
|
* c.f. 44831: remove completion functions for long dead projectsOliver Kiddle2019-10-189-435/+7
|
* c.f. 44831: remove completion functions included in upstream projectsOliver Kiddle2019-10-184-1205/+4
|
* 44849: completion updates for changes in OpenBSD 6.6Oliver Kiddle2019-10-186-76/+102
|