Peter Stephenson
2e307108a0
40138: Move regex multibyte test.
...
Put it last as it has an additional dependency.
Output a failure message indicating this.
2016-12-09 10:18:24 +00:00
Daniel Shahaf
feb4be4a5e
40126: zed (fned): When editing a new function. escape its name.
...
Example:
% unfunction \(
% fned \(
2016-12-09 08:21:07 +00:00
Oliver Kiddle
37cbead9f2
40130: mention some changes since 5.2
2016-12-09 00:05:56 +01:00
Oliver Kiddle
8c4e1b6832
40129: revert 39611, add code comments and test cases for _arguments
2016-12-09 00:00:30 +01:00
Oliver Kiddle
7630215ba0
40119: correct typo in comment
2016-12-08 23:55:53 +01:00
Oliver Kiddle
ece90dae42
40114: complete :/ with other parameter operators
2016-12-08 23:52:19 +01:00
Zhiming Wang
3594f55fc0
40115: revert 38579 due to bug restoring BUFFER after history search
...
This reverts commit 20948d0889
.
2016-12-06 21:37:30 -08:00
Barton E. Schaefer
88d12b809a
40110: attempt to fix test failures on Solaris
...
B02typeset: ignore strerror text in test output, it differs by OS
C02cond: discard stderr when looking for a path to the "mount" command
2016-12-06 21:32:14 -08:00
Mikael Magnusson
a43e6e2db4
40107: _mount, _fusermount: fix quoting
2016-12-06 21:15:14 +01:00
Peter Stephenson
9f605904dd
unposted: 5.2-test-2
2016-12-06 19:23:32 +00:00
Peter Stephenson
98e297931a
40102: Use subdirectory for test I/O files
2016-12-05 16:52:22 +00:00
Peter Stephenson
9649ef5888
40100: ERR_EXIT and ERR_RETURN test for anonymous functions.
...
Should trigger on non-zero status at end of function even if
behaviour is suppressed by code inside the function at the point
the status is set.
2016-12-05 13:49:45 +00:00
Peter Stephenson
0e4aa6f2f6
Additional case for ERR_RETURN and ERR_EXIT.
...
Don't trigger just because status is non-zero at end of
current shell group.
2016-12-05 12:29:23 +00:00
Peter Stephenson
c03228f9ed
Extra case for ERR_RETURN and ERR_EXIT.
...
Don't trigger just because status is non-zero at end of
complex shell construct as this may be a case we've already
suppressed.
2016-12-05 11:21:01 +00:00
Daniel Shahaf
f71de84f1d
unposted: vcs_info git: Handle rebase-apply sequences with >=10000 patches.
...
Review-by: Frank Terbeck
2016-12-04 21:37:02 +00:00
Daniel Shahaf
d9237ccdbf
40074: vcs_info git: rfc822-unfold rebase-apply patch subjects when msg-clean is unavailable.
...
Example (in this repository):
git -c merge.merge-changelog.driver=/bin/false rebase --onto=1955cce^^ 1955cce^ 1955cce
2016-12-04 21:37:01 +00:00
Peter Stephenson
af2ab02472
40088: atttempt to make interactive param test more robust
2016-12-04 19:19:59 +00:00
Barton E. Schaefer
ffed0695c2
unposted: regression test for 40071
2016-12-03 15:02:17 -08:00
Barton E. Schaefer
a409adc33b
40071: change Dash back to "-" before evaluating named directory expansions
2016-12-03 15:00:46 -08:00
Daniel Shahaf
334ed65e27
40068: Abort execution when setuid/setgid fail.
...
The incumbent code would print an error message and continue execution
with the previous uid/gid values, not even setting lastval:
% UID=42 id -u; echo $?
zsh: failed to change user ID: operation not permitted
1000
0
%
2016-12-03 10:00:08 +00:00
Daniel Shahaf
fd2ca229dd
40067: internal: Document 'cmatcher', parse_cmatcher(), 'comptoend', unsetparam_pm(), and getindex().
2016-12-03 09:54:11 +00:00
Daniel Shahaf
6b5df9881c
unposted: ChangeLog typo
2016-12-03 09:54:08 +00:00
Daniel Hahler
ccf50048ac
Get subject of current patch in rebase-apply mode
2016-12-03 00:18:22 +01:00
Peter Stephenson
7b7e84f081
unposted: 5.2-test-1
2016-12-02 19:59:00 +00:00
Peter Stephenson
88752e6cee
40066: updates for 5.3 release
2016-12-02 19:53:13 +00:00
Oliver Kiddle
f65283e1ad
40055: update git completion for git 2.11.0
2016-12-01 21:50:47 +01:00
Oliver Kiddle
7d80b14702
40053: exclude current directory of active zsh from _external_pwds ompletion matches
2016-12-01 21:45:04 +01:00
Daniel Shahaf
8891f5a33d
unposted: vcs_info: Break out VCS_INFO_quilt-patch2subject into VCS_INFO_patch2subject
...
... so other places can use it; compare 40030 in the 39990 thread.
2016-12-01 17:13:37 +00:00
Mikael Magnusson
1ba59c4147
unposted: fix previous commit
2016-12-01 03:58:13 +01:00
Mikael Magnusson
989f5e590c
40024: Update _path_files since quoting requirements changed in 39412
2016-12-01 03:42:32 +01:00
Jun-ichi Takimoto
e8699613bc
40050: prepend /**/ to global functions and #ifdefs
2016-12-01 08:58:29 +09:00
Peter Stephenson
2d87bf8dff
40049: NEWS about Unicode 9 (40037)
2016-11-30 16:20:40 +00:00
Peter Stephenson
e8df1c7056
40043: fix computil.c indentation (cosmetic)
2016-11-30 16:19:21 +00:00
Daniel Shahaf
f90200c869
40036: _bts: Complete removal syntaxes correctly.
...
The incumbent pattern matched the minus in 'bts tag 42 - <TAB>' (and other,
similar subcommands).
2016-11-30 16:10:20 +00:00
Barton E. Schaefer
3ba86f4db4
40034: clear badcshglob when ignoring errors
2016-11-29 12:35:57 -08:00
Barton E. Schaefer
a9fe87e18c
40032: consistency in handling of subscript slices outside the bounds of an array parameter
...
unposted: README: example describing 40032
2016-11-29 12:31:33 -08:00
Joshua Rubin
596ba302e6
40037: Unicode 9 character width support.
...
Enable with --enable-unicode9.
2016-11-29 17:19:53 +00:00
Eitan Adler
110ffae9fe
40035: Cosmetic fixes for comments and documentation.
...
Mostly fixes to doubled words.
2016-11-29 17:13:52 +00:00
Peter Stephenson
32daf2a0aa
40026: Fix for completion after redirection.
...
This could get confused about where we were in the command
line word array e.g. after the > of "!> .". Also take more care
if does confused, with debug output. Also neaten up one
obscure test.
2016-11-29 17:08:56 +00:00
Daniel Shahaf
3a83e481ab
unposted: Complete the $foo[(f)] flag.
2016-11-29 06:41:22 +00:00
Daniel Shahaf
a74294edbe
unposted: _git-config: Fix user.email completion to complete only bare email addresses.
2016-11-29 06:41:21 +00:00
Daniel Shahaf
1955cceec7
40011: Make $_comp_priv_prefix only declared when required, and use that to have chgrp offer all groups under doas, ssh, etc as well.
2016-11-28 07:16:39 +00:00
Daniel Shahaf
a81f280bfa
40010: builtins: Say 'bad option: +x', not 'bad option: -x', when +x was passed.
2016-11-28 07:16:38 +00:00
Daniel Shahaf
3a8727dc6b
40009: alias -L: Emit aliases that begin with a plus sign correctly.
2016-11-28 07:16:37 +00:00
Daniel Shahaf
eccb7471b5
39757 plus test: Fix completion under parenthetical directory names, broken in 39412
2016-11-27 15:12:00 +00:00
Jun-ichi Takimoto
53e6b12bdf
40013: process zsh-specific time format extensions correctly
2016-11-26 16:36:21 +09:00
Oliver Kiddle
5dc7b35ff6
unposted: set new vichange flag for surround widget
2016-11-25 23:07:53 +01:00
Oliver Kiddle
a7f5db14b3
40020: new cscope completion
2016-11-25 23:05:54 +01:00
Laurent Arnoud
e34045819d
40018 + 40019: Add missing commands to Debian apt completion
...
Upstream ref
5aba18968d
2016-11-25 17:02:21 +00:00
Oliver Kiddle
5beb65a0f7
unposted: fix typo (=+ to +=)
2016-11-24 16:20:43 +01:00