Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 35418: fix usage synopsis for _describe to be clear that a single | Oliver Kiddle | 2015-06-09 | 2 | -1/+6 |
| | | | | description is used | ||||
* | 35416: Turn on MULTIBYTE in all emulations. | Peter Stephenson | 2015-06-08 | 2 | -1/+6 |
| | | | | This now includes sh. | ||||
* | 35216: _git-checkout: do not call __git_commits twice | Daniel Hahler | 2015-06-08 | 2 | -3/+6 |
| | | | | | | | | | | This makes `branch_arg` empty by default, to be used only for __git_remote_branch_names. `branches::__git_revisions` was used here, but that's the same as tree_ish_arg='tree-ishs::__git_tree_ishs' - both call __git_commits. Only tree_ish_arg will call __git-commits now. | ||||
* | 35412: fix for - flag when formating strings with printf | Oliver Kiddle | 2015-06-07 | 3 | -3/+12 |
| | |||||
* | 35163: move "show-ambiguity" style to _setup so that more precise context ↵ | Barton E. Schaefer | 2015-06-06 | 3 | -7/+17 |
| | | | | can be applied | ||||
* | 35350: extend "fc -I" to cover listing of "internal" history events only | Barton E. Schaefer | 2015-06-06 | 4 | -55/+66 |
| | |||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 10 | -51/+243 |
| | | | | | | Also add to zed -f. Option is -x <numm>. | ||||
* | 35360 (replacing 35357): fix for configuring zpty on FreeBSD without | Oliver Kiddle | 2015-06-03 | 3 | -2/+7 |
| | | | | pty.ko loaded | ||||
* | 35374: tab expansion with double width characters | Peter Stephenson | 2015-06-03 | 2 | -0/+14 |
| | |||||
* | 35369: better GLOB_ASSIGN testing | Peter Stephenson | 2015-06-02 | 3 | -12/+28 |
| | |||||
* | GLOB_ASSIGN should only affect scalar assignments | Mikael Magnusson | 2015-06-02 | 2 | -2/+7 |
| | |||||
* | users/20243: turn off GLOB_ASSIGN in completion system. | Peter Stephenson | 2015-06-02 | 2 | -0/+6 |
| | |||||
* | 35270: _describe: Document a known issue described in 35229 | Daniel Shahaf | 2015-06-02 | 2 | -0/+11 |
| | | | | (which is the same thread as 35127 and 34768) | ||||
* | 35271: New completion: beep. | Daniel Shahaf | 2015-06-02 | 2 | -0/+53 |
| | | | | | | 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 | 2 | -1/+5 |
| | |||||
* | 35359: Improved math parsing and errors. | Peter Stephenson | 2015-06-02 | 3 | -11/+37 |
| | | | | | | 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 | 2 | -1/+4 |
| | |||||
* | 35353: print -x and print -X expand tabs | Peter Stephenson | 2015-06-02 | 5 | -7/+177 |
| | |||||
* | 35356: factor out completion of tty devices | Oliver Kiddle | 2015-06-02 | 6 | -14/+32 |
| | |||||
* | Adrien Vergé: 35352: completion for new Redhat package manager | Oliver Kiddle | 2015-06-02 | 2 | -0/+283 |
| | |||||
* | unposted: Update version to 5.0.8-dev-0 for new developments | Peter Stephenson | 2015-06-01 | 2 | -2/+7 |
| | |||||
* | unposted: release 5.0.8 zsh-5.0.8 | Peter Stephenson | 2015-05-31 | 3 | -4/+6 |
| | |||||
* | 35343: Avoid $#name length handling for POSIX_IDENTIFIERS | Peter Stephenson | 2015-05-31 | 5 | -4/+28 |
| | |||||
* | users/20238: add "fc -L" to operate only on the local shell history | Barton E. Schaefer | 2015-05-30 | 3 | -16/+29 |
| | | | | Also avoid invoking the editor on empty results. | ||||
* | 35234: better zfget completion with paths | Han Pingtian | 2015-05-30 | 2 | -5/+22 |
| | |||||
* | 35311: typo in zfuput behaviour | Han Pingtian | 2015-05-30 | 2 | -1/+6 |
| | |||||
* | 35310 (plus undo 35268 (git 899613f)): fix quoting of cached arrays | Oliver Kiddle | 2015-05-30 | 2 | -5/+18 |
| | | | | Also add file name reference to ChangeLog entry from rev 899613f. | ||||
* | 35326: $#- was misparsed as ${#-} | Peter Stephenson | 2015-05-29 | 3 | -3/+11 |
| | |||||
* | 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 | 2 | -5/+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 | 2 | -2/+7 |
| | | | | | 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 | 3 | -49/+55 |
| | |||||
* | 35318: POSIX_BUILTINS behaviour for getopts. | Peter Stephenson | 2015-05-28 | 5 | -5/+24 |
| | | | | | 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 | 3 | -8/+34 |
| | |||||
* | Update to 5.0.7-dev-4 zsh-5.0.7-dev-4 | Peter Stephenson | 2015-05-27 | 2 | -2/+6 |
| | |||||
* | 35293: fix zstyle lookup with _php: use trailing colon | Daniel Hahler | 2015-05-27 | 2 | -1/+4 |
| | |||||
* | 35286: fix zstyle lookups with _baz and _tla | Daniel Hahler | 2015-05-27 | 3 | -4/+7 |
| | | | | Add trailing colons to context being used with `zstyle -s`. | ||||
* | 35285: _cdr: fix zstyle lookup for recent-dirs-insert | Daniel Hahler | 2015-05-27 | 2 | -1/+6 |
| | | | | The string was quoted incorrectly and missed the final ":". | ||||
* | 35299: Improve effect of zfdir -r | Han Pingtian | 2015-05-27 | 2 | -3/+9 |
| | |||||
* | 35289: fix typos in the description of emulate | Jun-ichi Takimoto | 2015-05-26 | 2 | -2/+7 |
| | | | | based on 34981 by Han Pingtian | ||||
* | c.f. 35268: revert completion cache optimisation for now | Peter Stephenson | 2015-05-26 | 2 | -9/+6 |
| | |||||
* | 35295: Try harder with zftp directory listing | Han Pingtian | 2015-05-26 | 2 | -1/+10 |
| | |||||
* | 35292: yum install complets local files | Eric Cook | 2015-05-26 | 2 | -4/+23 |
| | |||||
* | 35127#1: Fix _describe/compdescribe problem with unsorted groups | Daniel Shahaf | 2015-05-23 | 3 | -7/+47 |
| | |||||
* | Tweak test for function level of exit. | Peter Stephenson | 2015-05-22 | 2 | -1/+6 |
| | | | | | 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 | 3 | -6/+20 |
| | |||||
* | ChangeLog: for previous commit; fix date for older one | Daniel Hahler | 2015-05-22 | 1 | -1/+6 |
| | |||||
* | 35261: completion: git: __git_recent_commits: local ret | Daniel Hahler | 2015-05-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Without this, `ret` will be set to 1 with `git diff --ex<tab>` and result in duplicate entries: % git diff --ex<tab> -- option -- --exit-code -- report exit code 1 if differences, 0 otherwise --exit-code -- report exit code 1 if differences, 0 otherwise --ext-diff -- allow external diff helper to be executed --ext-diff -- allow external diff helper to be executed --no-ext-diff -- disallow external diff helper to be executed -- recent commit object name -- | ||||
* | 35250: Fix case documentation (SH_GLOB) | Peter Stephenson | 2015-05-21 | 3 | -7/+15 |
| | |||||
* | 35248: treat fully parenthised zsh patterns as complete case patterns again | Peter Stephenson | 2015-05-21 | 4 | -15/+124 |
| |