Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39423: _zed: Support the '--' end-of-options mark. | Daniel Shahaf | 2016-09-24 | 2 | -3/+8 |
| | | | | This matters for fned'ing vcs_info hooks. | ||||
* | 39423: vcs_info git: Produce nicer applied-string messages for 'exec' actions. | Daniel Shahaf | 2016-09-24 | 2 | -2/+12 |
| | | | | | This changes the behaviour on "unknown" git-rebase actions (those other than pick/reword/edit/fixup/squash/execute). | ||||
* | 39412: Fix directory completion when $PWD:h contains parentheses, which are ↵ | Daniel Shahaf | 2016-09-23 | 2 | -1/+10 |
| | | | | interpreted as globbing metacharacters. | ||||
* | 39410: Fix unintentional history modifiers. | Daniel Shahaf | 2016-09-22 | 4 | -5/+11 |
| | |||||
* | unposted: _gpg: Correct typo | Adam Gibbins | 2016-09-22 | 2 | -1/+5 |
| | | | | Received via github (pull request #9). | ||||
* | unposted: add missing final colon in zstyle context lookup | Barton E. Schaefer | 2016-09-21 | 2 | -1/+4 |
| | |||||
* | users/21955: add missing final colon in zstyle context lookup; allow a ↵ | Barton E. Schaefer | 2016-09-21 | 2 | -2/+8 |
| | | | | single unique match to appear in "expansions" tag | ||||
* | 39370: complete -w and -K options to zle following the widget name and ↵ | Oliver Kiddle | 2016-09-21 | 3 | -1/+7 |
| | | | | numeric base to integer | ||||
* | 39407: cleanup minor issues in cpupower completion; updated through to ↵ | Oliver Kiddle | 2016-09-21 | 2 | -63/+85 |
| | | | | version 4.8 | ||||
* | 39385: _bts: Complete more argument types for 'cache' and 'show'. | Daniel Shahaf | 2016-09-20 | 2 | -4/+10 |
| | |||||
* | 39383: compadd: Restrict previous patch to the case where $PREFIX includes ↵ | Daniel Shahaf | 2016-09-20 | 2 | -2/+8 |
| | | | | characters both from the -P prefix and from the (unprefixed) candidate completion word. | ||||
* | 39372: compadd: Match -P prefix all-or-nothing rather than greedily. | Daniel Shahaf | 2016-09-20 | 2 | -4/+12 |
| | |||||
* | 39381: handle save/restore of variable values when "typeset"-related ↵ | Barton E. Schaefer | 2016-09-19 | 2 | -2/+7 |
| | | | | reserved words are prefixed by an assignment | ||||
* | bracketed-paste-url-magic: Handle magnet links too, and allow for schemes ↵ | Mikael Magnusson | 2016-09-19 | 2 | -2/+7 |
| | | | | without // | ||||
* | 39374: _apt: Complete package versions in the 'packagename=<version>' syntax. | Daniel Shahaf | 2016-09-18 | 2 | -1/+45 |
| | |||||
* | 39356 (tweaked, c.f. Bart 39358): Etc/BUGS: Remove fixed items, add 'compset ↵ | Daniel Shahaf | 2016-09-17 | 2 | -34/+8 |
| | | | | | | | | -q' item from workers/39306. The first removed hunk is fixed by ZLE_RPROMPT_INDENT. The next two removed hunks work (on my system, anyway) with current master. | ||||
* | 39362: another race with pipeline handling. | Peter Stephenson | 2016-09-16 | 2 | -25/+14 |
| | | | | | | When forking the shell to control the right hand side, the forked subshell now always starts its own process group, to avoid getting a spurious additional SIGSTOP. | ||||
* | 39359: Fix remaining race with orphaned subjob. | Peter Stephenson | 2016-09-16 | 4 | -5/+62 |
| | | | | | | When shell is forked to run right hand side of pipieline it should use its own PID as process group if the left hand side of the pipeline has already exited. | ||||
* | 39331: Reparent subjob on fork with exited superjob. | Peter Stephenson | 2016-09-16 | 4 | -4/+38 |
| | | | | | | | | | | | Fixes case of v() { { vim - } always { true } } ls | v ^Z fg Tentative fix: still a race at exit where zsh forked by ^Z is stopped when restarted. | ||||
* | unposted: _postfix: Correct quoting in _call_program invocations. | Daniel Shahaf | 2016-09-16 | 2 | -3/+6 |
| | | | | | | | Fixes completion when the command name ('postconf') or the argument to the -c option ('/etc/postfix') are quoted on the command line, as in % postconf -c '/etc/postfix' ... <TAB> | ||||
* | 39312 (tweaked): _postfix (postconf): Complete only applicable parameters ↵ | Daniel Shahaf | 2016-09-16 | 2 | -6/+31 |
| | | | | | | for -X and -#. Unposted tweak: change the tag and description in the _describe call. | ||||
* | 39310/0010: internals: match_str: Simplify expression. | Daniel Shahaf | 2016-09-16 | 2 | -5/+8 |
| | | | | | | | In the first hunk we actually know that ind==0 since sfx==0, but keep it identical to the last hunk. Also add a comment (unrelated). | ||||
* | 39310/0009: internals: match_str: Downscope local variable 't'. | Daniel Shahaf | 2016-09-16 | 2 | -2/+14 |
| | | | | | | | Remove needless initialization (it is written to again before it is ever read). Note there was another 't' variable at the end of the function that shadowed the int 't'. | ||||
* | 39310/0008: internals: match_str: Document several local variables. | Daniel Shahaf | 2016-09-16 | 2 | -2/+19 |
| | |||||
* | 39310/0007: internals: match_str: Rename and constify local variables 'oll', ↵ | Daniel Shahaf | 2016-09-16 | 2 | -2/+6 |
| | | | | 'olw'. | ||||
* | 39310/0006: internals: match_str: Downscope local variable 'bpc'. | Daniel Shahaf | 2016-09-16 | 2 | -3/+10 |
| | |||||
* | 39310/0005: internals: match_str: Constify some local variables. | Daniel Shahaf | 2016-09-16 | 2 | -6/+9 |
| | |||||
* | 39310/0004: internals: match_str: Document 'savl'. | Daniel Shahaf | 2016-09-16 | 2 | -1/+19 |
| | |||||
* | 39310/0003: internals: match_str: Document 'savw'. Avoid magic number. | Daniel Shahaf | 2016-09-16 | 2 | -3/+9 |
| | | | | All callees checked to ensure that they only check that parameter for nonzeroness. | ||||
* | 39310/0002: internals: match_str: Simplify by removing 'zoff'. | Daniel Shahaf | 2016-09-16 | 2 | -10/+13 |
| | | | | | | 'zoff' was only used within 'if (sfx)' blocks, in which case it was initialized to 'alen', so simply s/zoff/alen/g. 'alen' is not const but it first changes on line 794, after the last use of 'zoff'. | ||||
* | 39310/0001: internals: match_str: Document some local variables. See 39123. | Daniel Shahaf | 2016-09-16 | 2 | -2/+59 |
| | |||||
* | 39311: _tmux-capture-pane: Tweak specifications of -S/-E and description ↵ | Daniel Shahaf | 2016-09-16 | 2 | -6/+11 |
| | | | | strings. | ||||
* | 39333: include name of command used to gain priviliges in context for ↵ | Oliver Kiddle | 2016-09-16 | 5 | -7/+18 |
| | | | | command and gain-priviliges styles | ||||
* | 39332: support ksh's [[ -v varname ]] condition for checking if variables ↵ | Oliver Kiddle | 2016-09-16 | 7 | -2/+63 |
| | | | | are set | ||||
* | unposted: remove duplicated assignment | Oliver Kiddle | 2016-09-15 | 2 | -1/+4 |
| | |||||
* | unposted: small documentation tweaks | Peter Stephenson | 2016-09-14 | 2 | -3/+5 |
| | |||||
* | zsh-users/21903: Fix ${...?...} in interactive shell. | Peter Stephenson | 2016-09-14 | 4 | -1/+35 |
| | | | | | On failure should abort back to top level, but we reset the error flag around commands. Add a hard error flag that's only reset at top level. | ||||
* | unposted: _libvirt: Add another noglob. (Follow-up to 39199) | Marko Myllynen | 2016-09-14 | 2 | -1/+6 |
| | |||||
* | 39199: _libvirt: Support libvirt URLs that contain a literal question mark ↵ | Daniel Shahaf | 2016-09-14 | 2 | -11/+14 |
| | | | | | | | | | | under noglob. E.g., % noglob virsh -c qemu:///system? start <TAB> Conflicts with 39261 resolved. | ||||
* | unposted: _git: Permit multiple -c options. | Daniel Shahaf | 2016-09-14 | 2 | -1/+6 |
| | |||||
* | 39307: update options up to vim 8 | Oliver Kiddle | 2016-09-13 | 3 | -24/+42 |
| | |||||
* | 39299: better Freebsd support in _external_pwds using procstat | Oliver Kiddle | 2016-09-13 | 2 | -1/+10 |
| | |||||
* | 39292: Distinguish "=" and "==" tests in output. | Peter Stephenson | 2016-09-13 | 9 | -29/+60 |
| | | | | | This is both in xtrace output and shell code rebuilt from internal structures. | ||||
* | 39305: Fix error handling after parse for here document. | Peter Stephenson | 2016-09-13 | 2 | -1/+6 |
| | | | | | Keep the error status the same as before, but also retain the interrupt status if that was non-zero. | ||||
* | 39295: allow -- to appear in the command line passed as an argument | Oliver Kiddle | 2016-09-12 | 2 | -2/+5 |
| | |||||
* | 39287: add .tif as a valid extension for TIFF files | Oliver Kiddle | 2016-09-12 | 4 | -4/+10 |
| | |||||
* | unposted: reference use of widgets to effect editor changes from a sched command | Barton E. Schaefer | 2016-09-12 | 2 | -0/+8 |
| | |||||
* | 39297: more of 39284, it's painful to add texi nodes in yodl | Barton E. Schaefer | 2016-09-12 | 2 | -4/+9 |
| | | | | Also fix some inconsequential ChangeLog typos. | ||||
* | missed this | Peter Stephenson | 2016-09-12 | 1 | -0/+5 |
| | |||||
* | 39255: = in conditions is not going anywhere | Peter Stephenson | 2016-09-12 | 1 | -2/+4 |
| |