Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 36700: unmetafy early for parameter match | Peter Stephenson | 2015-09-29 | 3 | -188/+294 |
| | |||||
* | 36682: expand pattern interface to optimise unmetafication | Peter Stephenson | 2015-09-28 | 6 | -130/+288 |
| | |||||
* | unposted: Test for 36669 | Daniel Shahaf | 2015-09-28 | 2 | -0/+10 |
| | |||||
* | 36601: vcs_info: handle missing .git/rebase-apply/{next,msg-clean} | Daniel Hahler | 2015-09-28 | 2 | -11/+19 |
| | | | | | | | When pressing Ctrl-C after `git am`, only `last` exists in `.git/rebase-apply/`, which is empty. This patch fixes it to fall back to "no patch applied" then. | ||||
* | 36669: fix ${(z)...} of an an incomplete math expression by restoring "((" ↵ | Barton E. Schaefer | 2015-09-27 | 2 | -0/+14 |
| | | | | at the front of the token | ||||
* | unposted: Update link to my ChangeLog generator script, | Daniel Shahaf | 2015-09-28 | 2 | -0/+8 |
| | | | | on account of patching it to handle commas properly (thanks Mikael). | ||||
* | unposted: Fix broken case condition and "qualifer" typo | Mikael Magnusson | 2015-09-28 | 5 | -11/+16 |
| | |||||
* | 36651: WARN_CREATE_GLOBAL += math expressions | Daniel Shahaf | 2015-09-27 | 5 | -2/+38 |
| | | | | | Without this, '() { (( x=42 )) }' and '() { for (( i=0; … )) }' wouldn't warn about $x and $i, respectively, being created global. | ||||
* | 36653: OpenBSD's usermod has no -a flag | Matthew Martin | 2015-09-27 | 2 | -1/+6 |
| | |||||
* | 36663: replace obsolete "autobins" commentary with "autofeatures" | Barton E. Schaefer | 2015-09-27 | 3 | -8/+7 |
| | |||||
* | 36661: replace obsolete "autobins" setting with "autofeatures" | Barton E. Schaefer | 2015-09-27 | 2 | -1/+6 |
| | |||||
* | 36631: separate _zsh from _sh | Jun-ichi Takimoto | 2015-09-28 | 3 | -16/+14 |
| | | | | Do all the completion for zsh by _arguments | ||||
* | 36641: fix multibyte handling in incremental search during menu selection | Barton E. Schaefer | 2015-09-26 | 2 | -1/+6 |
| | |||||
* | unposted (see 36633): _hg: Enable --option=value syntax and disable '-xy ↵ | Daniel Shahaf | 2015-09-26 | 2 | -126/+131 |
| | | | | | | | Xarg Yarg' syntax This simply removes the '-w' argument to _arguments and changes {-x+,--foo} to {-x+,--foo=} throughout the file. | ||||
* | unposted: zle: Document the C helper function processcmd(). | Daniel Shahaf | 2015-09-25 | 3 | -2/+10 |
| | | | | Also, tweak the docstring of zlelineasstring(). | ||||
* | 36626: _hg: completion for 'hg bookmarks' | Christoph Mathys | 2015-09-25 | 2 | -0/+15 |
| | |||||
* | 36630: new function zsh_directory_name_generic | Peter Stephenson | 2015-09-25 | 4 | -2/+342 |
| | |||||
* | 36623: document bracketed-paste-magic and url-quote-magic; add ↵ | Barton E. Schaefer | 2015-09-24 | 2 | -1/+166 |
| | | | | cross-reference to vim text object widgets | ||||
* | 36603: glob: fix dirfd leak during Y shortcut qualifier | Mikael Magnusson | 2015-09-24 | 2 | -5/+10 |
| | |||||
* | unposted: _hg: Declare $expl as an array | Daniel Shahaf | 2015-09-24 | 2 | -3/+8 |
| | |||||
* | 36613: _hg: extend completion for hg push to support branch and bookmark | Christoph Mathys | 2015-09-24 | 2 | -0/+16 |
| | |||||
* | 36604: fix getopts+shift calculation | Barton E. Schaefer | 2015-09-23 | 2 | -1/+5 |
| | |||||
* | unposted: Followup to 36586: Change C99 comment syntax to the C89 syntax. | Daniel Shahaf | 2015-09-23 | 2 | -2/+7 |
| | |||||
* | 36571: Completion for zsocket and updated losetup's completion | Eric Cook | 2015-09-23 | 3 | -11/+45 |
| | |||||
* | unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entry | Mikael Magnusson | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | 36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, ↵ | Barton E. Schaefer | 2015-09-22 | 2 | -3/+11 |
| | | | | for emacsclient | ||||
* | 36586: fix completion match right anchor | Han Pingtian | 2015-09-22 | 3 | -4/+12 |
| | |||||
* | 36538: fix description of b and B completion match anchors | Han Pingtian | 2015-09-22 | 2 | -2/+7 |
| | |||||
* | 36578: option in a set has key "set-opt" in $opt_args | Jun-ichi Takimoto | 2015-09-22 | 2 | -0/+10 |
| | |||||
* | 36580: don't copy empty buffer in compmatch. | Peter Stephenson | 2015-09-21 | 2 | -2/+14 |
| | | | | Also check if length is non-zero when buffer is empty. | ||||
* | 36577: supplement 36559 to using LONG_MAX for 64-bit long | Peter Stephenson | 2015-09-21 | 3 | -0/+13 |
| | |||||
* | 36576: _tmux: Fix tmux homepage URI | Frank Terbeck | 2015-09-21 | 2 | -1/+4 |
| | |||||
* | 36575: _tmux: ‘lock-server’ option is gone in tmux.git | Frank Terbeck | 2015-09-21 | 2 | -2/+5 |
| | |||||
* | 36556: complete two or more options for zsh | Jun-ichi Takimoto | 2015-09-21 | 2 | -1/+9 |
| | |||||
* | unposted: typo in 36559 | Peter Stephenson | 2015-09-21 | 2 | -1/+5 |
| | |||||
* | 36574: new completion for the lldb debbuger | Jun-ichi Takimoto | 2015-09-21 | 1 | -0/+55 |
| | |||||
* | cf. users/20606: zcompile prepares scripts for sourcing, not for execution | Barton E. Schaefer | 2015-09-19 | 2 | -1/+4 |
| | |||||
* | 36566: check for regular file before lseek() | Barton E. Schaefer | 2015-09-19 | 2 | -0/+5 |
| | |||||
* | 36562: sanitize $PWD on import, per POSIX | Barton E. Schaefer | 2015-09-19 | 2 | -3/+21 |
| | |||||
* | 36559: test earlier for overflow in pattern range | Peter Stephenson | 2015-09-19 | 3 | -5/+28 |
| | |||||
* | unposted: fix typo in test | Peter Stephenson | 2015-09-19 | 2 | -1/+5 |
| | |||||
* | cf. 36554: remove unnecessary pointer dereference | Barton E. Schaefer | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | cf. users/20586: clean up cross-references to the "Autoloading Functions" doc | Barton E. Schaefer | 2015-09-18 | 2 | -8/+15 |
| | |||||
* | 36552 plus test: fix Nularg string in quotestring(QT_DOLLARS) | Barton E. Schaefer | 2015-09-17 | 3 | -0/+16 |
| | |||||
* | unposted: docs: Typo fixes | Daniel Shahaf | 2015-09-14 | 3 | -2/+6 |
| | |||||
* | unposted (see 36526): Update changelog for 36443. | Daniel Shahaf | 2015-09-14 | 1 | -2/+3 |
| | |||||
* | 36525: revert only the selfinsert() bit of 36496 | Barton E. Schaefer | 2015-09-12 | 2 | -1/+8 |
| | | | | | selfinsert() may be called with incomplete wide character processing from places other than getkeymapcmd() | ||||
* | 36523: Completion/…/_gphoto2: Replace --delete-files with --delete-file | Axel Beckert | 2015-09-13 | 2 | -1/+6 |
| | |||||
* | unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ↵ | Barton E. Schaefer | 2015-09-12 | 2 | -13/+9 |
| | | | | adapt to new default behavior of zle_highlight for paste | ||||
* | 36522: unmetafy the argument of "zle -U" | Barton E. Schaefer | 2015-09-12 | 2 | -1/+3 |
| |