Commit Graph

9270 Commits (80ddf807f0ded53c63dea37a6e382e70416ad8b7)
 

Author SHA1 Message Date
Daniel Shahaf 80ddf807f0 37797: StartupFiles/zshrc += run-help 8 years ago
Daniel Shahaf 1d9c6a746c 37752: More tests for the previous patch. 8 years ago
Daniel Shahaf bced1beb8c 37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax. 8 years ago
Daniel Shahaf a090acab63 unposted: _init_d: Report failure to caller. 8 years ago
Kamil Dudka c7edb354c7 37814: run-help-ip: use an absolute path for the shebang. 8 years ago
Barton E. Schaefer 0b37b5149d 37804 (plus 37816): first word following "repeat" should be evaluated as math 8 years ago
Barton E. Schaefer d18476ce5c 37819: zshaddhistory hook works for any history file write, even upon keyboard interrupt 8 years ago
Barton E. Schaefer 572f8c85ab 37810: repair handling of backslashes and of names starting with "+"/":"/"=" in zparseopts option specs 8 years ago
Barton E. Schaefer 85c185aa89 37802: Clarify zparseopts description. (This file inadvertently ommitted
from previous commit.)
8 years ago
Barton E. Schaefer 8ddcdad0c1 37802: Clarify zparseopts documention. zparseopts "X::" specifier should also look for the optional argument in the word after "-X". 8 years ago
Eric Cook 25ca90e5ab 37788: _subscript - fix completion of associative array keys 8 years ago
Barton E. Schaefer 10c5f95f52 37785: skip autoload parameters for "typeset -p" 8 years ago
Kamil Dudka 69c86cd2c3 37780: Care printing error if nothing to print. 8 years ago
Jun T 1d98f77a9b Jun T.: 37759: save more function pointers from realparamtab when hacking in their replacements
Restoring from the original external symbols fails for some dynamic link schemes (e.g. 64bit Cygwin).
8 years ago
Peter Stephenson 7c59c953f2 37765: Use FS_FUNC on fucstack to find autoload -X target.
This is better than scriptname which can be updated due to e.g.
intervening "eval".
8 years ago
Peter Stephenson be32864e6f 37776: Set errflag before calls to zwarning().
This avoids an attempt to call zerr() or zerrnam() recusrively.
8 years ago
Matthew Martin 3c9185272d 37725: Completion: _init_d: add OpenBSD bits 8 years ago
Daniel Shahaf 295133d741 37703: Completion: git: Also complete sendmail commands for send-email's configuration. (after 37666) 8 years ago
Peter Stephenson 1aec003155 37722: test builtin should return status 2 on syntax error 8 years ago
Peter Stephenson 1c41f98aab 37705: don't turn - to Dash after start of brace parameter 8 years ago
Peter Stephenson d18ce35d06 unposted: increment version to 5.2-dev-1 8 years ago
Daniel Shahaf 3eb4d9c2e2 37666: Completion: git: 'send-email --smtp-server=' takes absolute path to sendmail. 8 years ago
Daniel Shahaf c6fc6f80cd 37665: Completion: New helper _absolute_command_paths. 8 years ago
Daniel Shahaf 9df6c728e8 37664: docs: Document the completion function _command_names. 8 years ago
Barton E. Schaefer cfa8d8bcad 37682: when SH_GLOB is set, do not parse bare parentheses in arguments as a pattern grouping. 8 years ago
Peter Stephenson c2b6bd51f9 37693: turn Dash into '-' in glob qualifiers 8 years ago
Peter Stephenson ad16356e19 37689: ! and ^ need to be tokenised in character sets 8 years ago
Peter Stephenson 8eb9070d67 37678: Now possible to quote "-" in pattern range 8 years ago
Peter Stephenson d0cd9032d8 37646: bit missed out of previous readonly commit.
I mean, the commit about readonly.  Commits aren't readonly, this is git.
8 years ago
Daniel Shahaf 896f43c72b 37634: _man: Support subsection names such as '3p'. 8 years ago
Daniel Shahaf 35b8e8794f 37634: _man: Disentangle a local variable that had two distinct semantics. No functional change 8 years ago
Daniel Shahaf c380c9394a 37663: New bibtex completion (very minimal). 8 years ago
Daniel Shahaf abe997e5e0 unposted: docs: zshzle(1): Trivial clarification to $CONTEXT. 8 years ago
Peter Stephenson 0194b4ab1d 37646: Return non-zero status from typeset assigning readonly 8 years ago
Peter Stephenson 1d8b528522 37643: Reset interrupt on key input in menu selection.
We don't need to propagate the interrupt further as the interrupt
causes the key to be empty, which will exit the widget.  We
need to reset the condition as zrefresh() is now more sensitive
to errors since 36416 / 32f5d3d8.
8 years ago
Peter Stephenson da71967273 37512: overeager WARN_CREATE_GLOBAL with strftime 8 years ago
Daniel Shahaf 69379369da unposted: Extend docstring of callhookfunc(). 8 years ago
Daniel Shahaf a45a9fa104 unposted: Fix typo in comment. 8 years ago
Daniel Shahaf ce1148db45 37612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' case.
This manifested, e.g., in 'git am' of a single patch that had a conflict.
8 years ago
Barton E. Schaefer 06ea248034 Belated ChangeLog entry for 37489, back-dated to the correct sequence. 8 years ago
Barton E. Schaefer 4a30b542a0 37570: give truth to the doc assertion transpose-words-match is a drop-in replacement for transpose-words 8 years ago
Barton E. Schaefer c275839033 37567: use (Z:n:) to split the buffer into words so line breaks are treated as whitespace 8 years ago
Daniel Shahaf 5cf6ae0056 37590: Invoke zle-line-pre-redraw during isearch. 8 years ago
Daniel Shahaf a8a00be442 37591: 'alias -L': skip with a warning aliases with '=' in their LHS 8 years ago
Daniel Shahaf 152875ba03 37550: _cu: Support Linux line-device names; fail gracefully on OSes matching no known line-device name pattern. 8 years ago
Daniel Shahaf 5731581c4c 37551: Include the builtin's name in a "bad option" error message.
Example: «zsh -fc 'zle -z'» now prepends "zle:" to the error message.
8 years ago
Matthew Martin 82210cb954 37534: completion for OpenBSD's cu, fw_update and rcctl utils 8 years ago
Barton E. Schaefer 5eae5b58b1 Jun T.: 37515: multibyte handling as per 35448. 8 years ago
Barton E. Schaefer 424b417063 unposted: Src/builtin.c: refine READ_MSTREAM to avoid unsequenced evaluation 8 years ago
Barton E. Schaefer fac7466d11 37513: fix typos; improve error cleanup and correct for signed/unsigned compiler warning 8 years ago