Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside ↵ | Oliver Kiddle | 2014-03-03 | 2 | -19/+37 |
| | | | | parentheses | ||||
* | 32453: fix zcalc default base handling | Peter Stephenson | 2014-03-01 | 2 | -1/+3 |
| | |||||
* | 32412 / 32415: New giga- and terabyte units for glob qualifiers | Manuel Presnitz | 2014-03-01 | 5 | -13/+62 |
| | |||||
* | Fix merge conflict | Peter Stephenson | 2014-02-28 | 7 | -21/+44 |
|\ | |||||
| * | 32435: improved quoting for ignore-line completion style | Jun T | 2014-02-26 | 3 | -14/+18 |
| | | |||||
| * | unposted: fix typo in documentation | Oliver Kiddle | 2014-02-25 | 2 | -1/+3 |
| | | |||||
| * | unposted: duplicate local statement was printing variable value | Oliver Kiddle | 2014-02-25 | 2 | -1/+4 |
| | | |||||
| * | users/18498: observe add-space style in _expand_alias so suffix can be disabled | Oliver Kiddle | 2014-02-25 | 2 | -2/+6 |
| | | |||||
| * | users/18485: add .. as an auto-removable suffix in git revision ranges | Oliver Kiddle | 2014-02-25 | 2 | -3/+13 |
| | | |||||
* | | users 18531 plus doc etc.: new expand-absolute-path widget | Peter Stephenson | 2014-02-28 | 4 | -0/+32 |
| | | |||||
* | | Fix outdated npm completion | Hong Xu | 2014-02-24 | 2 | -15/+8 |
|/ | |||||
* | 32642: improve bzr completion with directory path | Sebastien Alaiwan | 2014-02-24 | 2 | -2/+7 |
| | |||||
* | 32427: avoid busy loop on closed descriptors for "zle -F" handlers | Barton E. Schaefer | 2014-02-23 | 3 | -21/+72 |
| | | | | | Also assure the handlers are called on error conditions and document the extra argument that is passed in the error case. | ||||
* | 32414: improved error message for missing delimiters. | Peter Stephenson | 2014-02-19 | 2 | -2/+7 |
| | | | | For glob qualifiers "u" and "g". | ||||
* | new forms of completion for btrfs | Eric Cook | 2014-02-18 | 2 | -8/+145 |
| | |||||
* | updated subcommand completion for btrfs | Eric Cook | 2014-02-18 | 2 | -10/+45 |
| | |||||
* | minor typo in btrfs completion | Eric Cook | 2014-02-18 | 2 | -1/+3 |
| | |||||
* | remove hard tabs from btrfs completion | Eric Cook | 2014-02-18 | 2 | -75/+77 |
| | |||||
* | prefer col -bx to colcrt in helpfiles | m0viefreak | 2014-02-18 | 2 | -6/+8 |
| | |||||
* | remove old example from helpfiles: | m0viefreak | 2014-02-18 | 2 | -18/+7 |
| | | | | code is integrated with distribution | ||||
* | use env to find perl for helpfiles | m0viefreak | 2014-02-18 | 2 | -1/+3 |
| | |||||
* | update zshcontrib for latest helpfiles | m0viefreak | 2014-02-18 | 2 | -14/+18 |
| | |||||
* | 32398: _git: completion updates up to latest git v1.9.0 | m0viefreak | 2014-02-18 | 2 | -32/+134 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cherry-pick: allow commit ranges to be specified - push: option is called --set-upstream and not --set-upstream-to - status: offer -b,--branch when --porcelain or -z are given --porcelain and -z don't show the branch info by default, so it is needed to offer --branch for those options, too. - checkout: add '--detach' option - checkout: offer '-l' option when '--orphan' was given - show-ref: update wording of --head and --heads according to man-page - config: update default value for color.ui color-bool was changed to accept a default value as $parts[5] - add support for 'cygstart' as a valid builtin browser on cygwin - rebase: add suuport for --autostash and config.autostash - update builtin browser list - grep: add --{no,}textconv - check-ignore: add --no-index - update-ref: add --stdin -z - add -C - pull: add support for --rebase=preserve - config: add support for http.*. options - blame: -L can be given multiple times - config: add support for http.savecookies - push: add support for --force-with-lease - diff: --diff-filter: allow lower-case variants (all-but ... specs) - config: add support for 'fetch.prune' and 'remote.*.prune' - check-ignore: -z: update message, check-attr: add -z - config: add diff.orderfile - revision options: add --exclude - revision options: add --ignore-missing - revision options: add --bisect - rev-parse: add --stuck-long - merge-base: add --fork-point - config: implement submodule.*.update completion - send-email: add --smtp-ssl-cert-path and config options | ||||
* | 32397: _git: fix __git_submodules to only use the actual name of the submodule | m0viefreak | 2014-02-18 | 2 | -1/+4 |
| | | | | | | | | | | | | The output of 'submodule status' is Xsha1 name (describe) X being one of -,+,U,[space] We are only interested in the name part and not the whole line. Fix the parameter expansions accordingly. | ||||
* | 32395: _git: diff: refactor and fix wrong completions | m0viefreak | 2014-02-18 | 2 | -33/+47 |
| | | | | | | | | | | | | | | | | | | | Before this, there were several cases where the completion would offer the wrong things: $ git diff branch -- <tab> would try to complete "changed in workdir files", but needs to complete all "tree files in HEAD". $ git diff --cached -- file1 file2 <tab> would try to complete "changed in workdir files" but needs to complete "changed in index files". ... After this change all possible combinations are taken into account and completion should work properly. | ||||
* | 32396: _git: fix __git_committish_range_{first,last} and ↵ | m0viefreak | 2014-02-18 | 2 | -8/+13 |
| | | | | | | | | | | | | | | | | | | __git_is_committish_range - Ranges with 3 dots would always fail, because the non-greedy expansion %..(.|)* in __git_committish_range_first would only remove '..' and never three dots. 'a...b' would end up in 'a.'. Use ${${1%..*}%.} instead. - Use a similar approach for __git_committish_range_last. - Wrap them in another expansion to replace empty results with 'HEAD'. Git man-page states omitted range ending are being replaced with HEAD. This rule has to be followed to make completions like 'git log foo.. -- <tab>' work properly. - Add an additional check to make sure none of the extracted first/last parts contain additional '..' in invalied ranges such as 'a..b..c'. This gets rid of the 'TODO:' and ideally saves a few unneded calls to git rev-parse. | ||||
* | unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMD | Barton E. Schaefer | 2014-02-17 | 3 | -3/+12 |
| | |||||
* | 32388: zparseopts -K preserves individual associative array elements | Barton E. Schaefer | 2014-02-15 | 3 | -6/+50 |
| | |||||
* | 32389 (with Jun Takimoto): additional PTY and keybinding adjustments | Barton E. Schaefer | 2014-02-15 | 3 | -7/+10 |
| | |||||
* | 32361: don't reset lastline before completion | Oliver Kiddle | 2014-02-14 | 2 | -1/+4 |
| | |||||
* | Fix character transposition typo | Barton E. Schaefer | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | 32377: change keybindings and PTY control for vi-mode tests to make them ↵ | Barton E. Schaefer | 2014-02-13 | 2 | -8/+33 |
| | | | | more reliable | ||||
* | 32365: another stab at the heuristic for initializing rprompt_indent | Barton E. Schaefer | 2014-02-08 | 3 | -3/+9 |
| | |||||
* | 32356: fix a typo | Martin Vaeth | 2014-02-07 | 2 | -2/+6 |
| | |||||
* | 18406: New completion for system_profiler | luc | 2014-02-06 | 2 | -1/+27 |
| | |||||
* | 32355: document and test vi mode undo changes | Oliver Kiddle | 2014-02-05 | 4 | -2/+76 |
| | |||||
* | 32342: fix overstrike for vi mode and use varying vi commands at line start | Oliver Kiddle | 2014-02-05 | 3 | -10/+15 |
| | |||||
* | 32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on | Oliver Kiddle | 2014-02-05 | 5 | -9/+37 |
| | | | | | Jun T: 32324, 32330), 32347, Jun T: 32344, 32349: add split-undo zle widget for configurable breaks in undo sequence | ||||
* | Minor indexing changes to generate more consistent page layouts | Barton E. Schaefer | 2014-02-02 | 4 | -4/+7 |
| | |||||
* | 32341: heuristic initialization of ZLE_RPROMPT_INDENT | Barton E. Schaefer | 2014-02-02 | 2 | -12/+5 |
| | |||||
* | Fix leading whitespace in a comment | Barton E. Schaefer | 2014-02-02 | 2 | -1/+3 |
| | |||||
* | 32340: improve error messages for "read -c" / "read -l" | Barton E. Schaefer | 2014-02-02 | 3 | -2/+5 |
| | |||||
* | 32338: create empty help.txt so lack of helpfiles does not break the build | Barton E. Schaefer | 2014-02-02 | 2 | -1/+6 |
| | |||||
* | 32337: change initialization of some special parameters for emulation ↵ | Barton E. Schaefer | 2014-02-02 | 2 | -8/+15 |
| | | | | compatibility | ||||
* | 32314: merge undo events corresponding to vi change in the vi-cmd-mode ↵ | Oliver Kiddle | 2014-01-31 | 5 | -12/+26 |
| | | | | widget so undo from insert mode is useful again | ||||
* | 32322: display a message when completion is interrupted from the keyboard | Barton E. Schaefer | 2014-01-30 | 2 | -0/+10 |
| | |||||
* | 32300: new od completion | Jun T | 2014-01-30 | 3 | -0/+77 |
| | |||||
* | 32316: complete new ssh key type | Christian Hesse | 2014-01-29 | 2 | -1/+8 |
| | |||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2014-01-28 | 6 | -4/+62 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | 32303: simplistic completion after $x: | Peter Stephenson | 2014-01-28 | 4 | -0/+28 |
| | |