Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-18 | 32396: _git: fix __git_committish_range_{first,last} and ↵ | m0viefreak | 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. | |||||
2014-02-17 | unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMD | Barton E. Schaefer | 3 | -3/+12 | |
2014-02-15 | 32388: zparseopts -K preserves individual associative array elements | Barton E. Schaefer | 3 | -6/+50 | |
2014-02-15 | 32389 (with Jun Takimoto): additional PTY and keybinding adjustments | Barton E. Schaefer | 3 | -7/+10 | |
2014-02-14 | 32361: don't reset lastline before completion | Oliver Kiddle | 2 | -1/+4 | |
2014-02-13 | Fix character transposition typo | Barton E. Schaefer | 1 | -1/+1 | |
2014-02-13 | 32377: change keybindings and PTY control for vi-mode tests to make them ↵ | Barton E. Schaefer | 2 | -8/+33 | |
more reliable | |||||
2014-02-08 | 32365: another stab at the heuristic for initializing rprompt_indent | Barton E. Schaefer | 3 | -3/+9 | |
2014-02-07 | 32356: fix a typo | Martin Vaeth | 2 | -2/+6 | |
2014-02-06 | 18406: New completion for system_profiler | luc | 2 | -1/+27 | |
2014-02-05 | 32355: document and test vi mode undo changes | Oliver Kiddle | 4 | -2/+76 | |
2014-02-05 | 32342: fix overstrike for vi mode and use varying vi commands at line start | Oliver Kiddle | 3 | -10/+15 | |
2014-02-05 | 32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on | Oliver Kiddle | 5 | -9/+37 | |
Jun T: 32324, 32330), 32347, Jun T: 32344, 32349: add split-undo zle widget for configurable breaks in undo sequence | |||||
2014-02-02 | Minor indexing changes to generate more consistent page layouts | Barton E. Schaefer | 4 | -4/+7 | |
2014-02-02 | 32341: heuristic initialization of ZLE_RPROMPT_INDENT | Barton E. Schaefer | 2 | -12/+5 | |
2014-02-02 | Fix leading whitespace in a comment | Barton E. Schaefer | 2 | -1/+3 | |
2014-02-02 | 32340: improve error messages for "read -c" / "read -l" | Barton E. Schaefer | 3 | -2/+5 | |
2014-02-02 | 32338: create empty help.txt so lack of helpfiles does not break the build | Barton E. Schaefer | 2 | -1/+6 | |
2014-02-02 | 32337: change initialization of some special parameters for emulation ↵ | Barton E. Schaefer | 2 | -8/+15 | |
compatibility | |||||
2014-01-31 | 32314: merge undo events corresponding to vi change in the vi-cmd-mode ↵ | Oliver Kiddle | 5 | -12/+26 | |
widget so undo from insert mode is useful again | |||||
2014-01-30 | 32322: display a message when completion is interrupted from the keyboard | Barton E. Schaefer | 2 | -0/+10 | |
2014-01-30 | 32300: new od completion | Jun T | 3 | -0/+77 | |
2014-01-29 | 32316: complete new ssh key type | Christian Hesse | 2 | -1/+8 | |
2014-01-28 | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 6 | -4/+62 | |
Conflicts: ChangeLog | |||||
2014-01-28 | 32303: simplistic completion after $x: | Peter Stephenson | 4 | -0/+28 | |
2014-01-28 | 32308: Improve initialising of vi change. | Peter Stephenson | 3 | -3/+33 | |
Better handling when entering viins on entry to editor. Slightly changed since post to use vi command a. | |||||
2014-01-27 | users/18368: compromise to restore partial path completion inadvertently ↵ | Barton E. Schaefer | 2 | -1/+16 | |
removed by 31159 | |||||
2014-01-27 | unposted: update 31983 to suppress stdout from cmp, too. | Peter Stephenson | 2 | -1/+6 | |
Gets rid of unnecessary messages building patchlevel.h. | |||||
2014-01-23 | use LPAR() instead of parens in sqrt example | Bart Schaefer | 2 | -1/+6 | |
2014-01-23 | 32299: add use of underscores on arithmetic output for spacing | Peter Stephenson | 7 | -19/+221 | |
2014-01-22 | unposted: reformulate 32285 to lift the fheap->sp test out of the loop, ↵ | Barton E. Schaefer | 2 | -15/+14 | |
improve commentary | |||||
2014-01-19 | 32294: prevent buffer overflow when scanning very long directory paths for ↵ | Barton E. Schaefer | 2 | -13/+21 | |
symbolic links | |||||
2014-01-19 | users/18335: avoid passing to "functions" those typeset options that it does ↵ | Barton E. Schaefer | 2 | -2/+7 | |
not accept | |||||
2014-01-18 | 32285: restart the fheap search in freeheap if the current fheap arena is ↵ | Barton E. Schaefer | 2 | -0/+16 | |
about to be discarded; fixes crash | |||||
2014-01-18 | 32283: fix crash in menu selection when number of terminal lines is small | Barton E. Schaefer | 2 | -1/+7 | |
2014-01-17 | 32271: fix matcher-list example | Daniel Hahler | 2 | -1/+6 | |
2014-01-17 | 32267: use explicit path to modinfo for completion | sergio | 2 | -1/+6 | |
2014-01-17 | 32264: vcs_info, hg: Support detecting repos using ShareExtension | Frank Terbeck | 2 | -1/+6 | |
2014-01-16 | 32265: better handling of large package lists. | Thomas Mitterfellner | 2 | -92/+97 | |
2014-01-16 | 32257: updated zypper completion | Holger Macht | 2 | -1/+116 | |
2014-01-14 | 32255: complet for python under some pythonN.M names | Peter Stephenson | 2 | -1/+6 | |
2014-01-11 | 32246: option "shift -p" pops arguments from end of array | Peter Stephenson | 5 | -7/+69 | |
2014-01-10 | 32245: complete more mpc arguments | Koen Wilde | 3 | -1/+6 | |
2014-01-09 | users/18298 (tidied up): add {<char>..<char>} expansion | Peter Stephenson | 4 | -3/+128 | |
2014-01-08 | 32238: suppress error output completing after ip | Mark Oteiza | 1 | -0/+4 | |
Missing ChangeLog entry. | |||||
2014-01-07 | 32238: suppress error output completing after ip | Mark Oteiza | 1 | -1/+1 | |
2014-01-06 | unposted: update version to 5.0.5-dev-0 | Peter Stephenson | 2 | -2/+7 | |
2014-01-05 | unposted: update version to 5.0.5 | Peter Stephenson | 3 | -3/+7 | |
Also correct typo in compsys.yo for texinfo. | |||||
2014-01-05 | unposted but c.f. 32231: $line from _arguments doesn't include command | Peter Stephenson | 2 | -5/+8 | |
2014-01-05 | 32231: _chmod was confused by options before the mode | Jun T | 2 | -3/+6 | |