Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 1 | -0/+8 |
| | | | | | | Also add to zed -f. Option is -x <numm>. | ||||
* | 35360 (replacing 35357): fix for configuring zpty on FreeBSD without | Oliver Kiddle | 2015-06-03 | 1 | -0/+5 |
| | | | | pty.ko loaded | ||||
* | 35374: tab expansion with double width characters | Peter Stephenson | 2015-06-03 | 1 | -0/+5 |
| | |||||
* | 35369: better GLOB_ASSIGN testing | Peter Stephenson | 2015-06-02 | 1 | -0/+5 |
| | |||||
* | GLOB_ASSIGN should only affect scalar assignments | Mikael Magnusson | 2015-06-02 | 1 | -0/+5 |
| | |||||
* | users/20243: turn off GLOB_ASSIGN in completion system. | Peter Stephenson | 2015-06-02 | 1 | -0/+5 |
| | |||||
* | 35270: _describe: Document a known issue described in 35229 | Daniel Shahaf | 2015-06-02 | 1 | -0/+4 |
| | | | | (which is the same thread as 35127 and 34768) | ||||
* | 35271: New completion: beep. | Daniel Shahaf | 2015-06-02 | 1 | -0/+3 |
| | | | | | | The new completion is mostly boilerplate except for the handling of $words/$CURRENT to support specifying the arguments multiple times separated by -n. | ||||
* | unposted: Typo fix | Daniel Shahaf | 2015-06-02 | 1 | -0/+4 |
| | |||||
* | 35359: Improved math parsing and errors. | Peter Stephenson | 2015-06-02 | 1 | -0/+5 |
| | | | | | | Check for bogus trailing ")" at end of top-level parse. Extend some math error messages to indicate they are math errors. | ||||
* | 35357: FreeBSD needs HAVE_POSIX_OPENPT for zpty | Baptiste Daroussin | 2015-06-02 | 1 | -0/+3 |
| | |||||
* | 35353: print -x and print -X expand tabs | Peter Stephenson | 2015-06-02 | 1 | -0/+5 |
| | |||||
* | 35356: factor out completion of tty devices | Oliver Kiddle | 2015-06-02 | 1 | -0/+4 |
| | |||||
* | Adrien Vergé: 35352: completion for new Redhat package manager | Oliver Kiddle | 2015-06-02 | 1 | -0/+5 |
| | |||||
* | unposted: Update version to 5.0.8-dev-0 for new developments | Peter Stephenson | 2015-06-01 | 1 | -0/+5 |
| | |||||
* | unposted: release 5.0.8 zsh-5.0.8 | Peter Stephenson | 2015-05-31 | 1 | -0/+2 |
| | |||||
* | 35343: Avoid $#name length handling for POSIX_IDENTIFIERS | Peter Stephenson | 2015-05-31 | 1 | -0/+6 |
| | |||||
* | users/20238: add "fc -L" to operate only on the local shell history | Barton E. Schaefer | 2015-05-30 | 1 | -0/+6 |
| | | | | Also avoid invoking the editor on empty results. | ||||
* | 35234: better zfget completion with paths | Han Pingtian | 2015-05-30 | 1 | -0/+3 |
| | |||||
* | 35311: typo in zfuput behaviour | Han Pingtian | 2015-05-30 | 1 | -0/+5 |
| | |||||
* | 35310 (plus undo 35268 (git 899613f)): fix quoting of cached arrays | Oliver Kiddle | 2015-05-30 | 1 | -3/+9 |
| | | | | Also add file name reference to ChangeLog entry from rev 899613f. | ||||
* | 35326: $#- was misparsed as ${#-} | Peter Stephenson | 2015-05-29 | 1 | -2/+5 |
| | |||||
* | 20237: fix typo in foregoing commit | Peter Stephenson | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | 2037: ${functions[foo]} shouldn't be unmetafied. | Peter Stephenson | 2015-05-29 | 1 | -0/+5 |
| | | | | | | | When passed back from the parameter-specific "get" handler it's still in the shell's internals, so remains metafied. This caused mayhem with UTF-8 characters in function bodies. | ||||
* | 35098: completion: git: provide --amend also with "message" group | Daniel Hahler | 2015-05-29 | 1 | -0/+5 |
| | | | | | Especially during a git rebase, you would use `git commit -m foo --amend`. | ||||
* | 35315: replace inappropriate uses of _path_commands | Oliver Kiddle | 2015-05-28 | 1 | -0/+5 |
| | |||||
* | 35318: POSIX_BUILTINS behaviour for getopts. | Peter Stephenson | 2015-05-28 | 1 | -0/+6 |
| | | | | | It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case. | ||||
* | 35306: "test -z \(" failed due to parse confusion | Peter Stephenson | 2015-05-27 | 1 | -0/+3 |
| | |||||
* | Update to 5.0.7-dev-4 zsh-5.0.7-dev-4 | Peter Stephenson | 2015-05-27 | 1 | -0/+4 |
| | |||||
* | 35293: fix zstyle lookup with _php: use trailing colon | Daniel Hahler | 2015-05-27 | 1 | -0/+3 |
| | |||||
* | 35286: fix zstyle lookups with _baz and _tla | Daniel Hahler | 2015-05-27 | 1 | -0/+3 |
| | | | | Add trailing colons to context being used with `zstyle -s`. | ||||
* | 35285: _cdr: fix zstyle lookup for recent-dirs-insert | Daniel Hahler | 2015-05-27 | 1 | -0/+5 |
| | | | | The string was quoted incorrectly and missed the final ":". | ||||
* | 35299: Improve effect of zfdir -r | Han Pingtian | 2015-05-27 | 1 | -0/+5 |
| | |||||
* | 35289: fix typos in the description of emulate | Jun-ichi Takimoto | 2015-05-26 | 1 | -0/+5 |
| | | | | based on 34981 by Han Pingtian | ||||
* | c.f. 35268: revert completion cache optimisation for now | Peter Stephenson | 2015-05-26 | 1 | -0/+4 |
| | |||||
* | 35295: Try harder with zftp directory listing | Han Pingtian | 2015-05-26 | 1 | -0/+3 |
| | |||||
* | 35292: yum install complets local files | Eric Cook | 2015-05-26 | 1 | -0/+5 |
| | |||||
* | 35127#1: Fix _describe/compdescribe problem with unsorted groups | Daniel Shahaf | 2015-05-23 | 1 | -0/+5 |
| | |||||
* | Tweak test for function level of exit. | Peter Stephenson | 2015-05-22 | 1 | -0/+5 |
| | | | | | Sometimes local level jumps so we need an inequality instead of an equality. | ||||
* | 35255: if available, use texi2any instead of texi2html | Jun-ichi Takimoto | 2015-05-23 | 1 | -0/+5 |
| | |||||
* | ChangeLog: for previous commit; fix date for older one | Daniel Hahler | 2015-05-22 | 1 | -1/+6 |
| | |||||
* | 35250: Fix case documentation (SH_GLOB) | Peter Stephenson | 2015-05-21 | 1 | -0/+2 |
| | |||||
* | 35248: treat fully parenthised zsh patterns as complete case patterns again | Peter Stephenson | 2015-05-21 | 1 | -0/+6 |
| | |||||
* | 35231: make mkevnstr() safe for NULL value | Barton E. Schaefer | 2015-05-20 | 1 | -0/+4 |
| | |||||
* | 35232: matching parentheses | İsmail Dönmez | 2015-05-20 | 1 | -0/+5 |
| | |||||
* | 35224: completion: git: Add fast-export --signed-tags=warn-strip | Daniel Shahaf | 2015-05-19 | 1 | -0/+5 |
| | |||||
* | 35217: add missing changelog entry; use "-O expl" with _alternative | Daniel Hahler | 2015-05-19 | 1 | -0/+3 |
| | |||||
* | __git_commit_objects: do not use _guard, but only a pattern | Daniel Hahler | 2015-05-19 | 1 | -0/+3 |
| | | | | | | | | With using `_guard` there like it's been done, the completion could not be selected, probably because of the call to `_message` therein. This changes it to use only the logic/check from `_guard` that we want here. | ||||
* | Completion/Unix/Command/_git: remove -2 with __git_recent_commits | Daniel Hahler | 2015-05-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | Remove "-2" for _describe in __git_recent_commits. This fixes the duplicate entries issue, because __git_recent_commits gets called twice for _git-checkout (for __git_revisions and __git_tree_ishs): 1. __git_commit_objects_prefer_recent _alternative __git_commits __git_revisions _alternative _git-checkout 2. __git_commit_objects_prefer_recent _alternative __git_commits __git_tree_ishs _alternative _git-checkout | ||||
* | 35204: fix broken __git_recent_commits from previous commit | Daniel Hahler | 2015-05-19 | 1 | -0/+3 |
| | | | | This fixes 1e7bb4a: newlines need to be kept (from the "%d" part). |