Age | Commit message (Expand) | Author | Files | Lines |
2024-03-05 | 52646: extend support for highlight groups to completion explanation strings ... | Oliver Kiddle | 1 | -0/+8 |
2024-02-03 | Typos in previous commit comments | Bart Schaefer | 1 | -1/+1 |
2024-02-03 | unposted: Record as comments some notes about namespace usage exceptions. | Bart Schaefer | 1 | -1/+4 |
2023-05-11 | users/29070: clean up tokens in cmdstr before compctl completion | Bart Schaefer | 1 | -0/+2 |
2023-03-05 | 51483: Enable assignment and expansion of parameters with ksh-like namespace ... | Bart Schaefer | 1 | -3/+3 |
2023-02-09 | 51320, 51383: fixes to prevent later reappearance of old attributes | Oliver Kiddle | 1 | -0/+2 |
2023-01-10 | 51258, 51272: refactor handling of terminal attributes, removing OFF flags in... | Oliver Kiddle | 1 | -28/+20 |
2019-12-31 | 24581: Fix array assignments in shell word splitting and completion. | Peter Stephenson | 1 | -1/+3 |
2018-11-05 | 43759: add support for true colour terminals | Oliver Kiddle | 1 | -4/+5 |
2018-02-26 | 23180: Fix expand-or-complete with ~[...]. | Peter Stephenson | 1 | -0/+9 |
2017-09-24 | Updates for ksh array element syntax. | Peter Stephenson | 1 | -1/+1 |
2017-06-17 | 41242: zstrbcmp(...) removed in favor of zstrcmp(..., SORTIT_IGNORING_BACKSLA... | Barton E. Schaefer | 1 | -47/+0 |
2016-11-29 | 40026: Fix for completion after redirection. | Peter Stephenson | 1 | -5/+19 |
2016-09-29 | unposted: Update findcmd() in Zle. | Peter Stephenson | 1 | -2/+3 |
2016-09-11 | 39252: internal: quotestring: Drop the 'e' parameter, which no caller uses. | Daniel Shahaf | 1 | -12/+12 |
2016-04-07 | 38248: fix word position calculation when completing on or just before a redi... | Barton E. Schaefer | 1 | -0/+15 |
2016-04-05 | 38229: fix cursor placement calculation when completing in empty double quotes | Barton E. Schaefer | 1 | -1/+8 |
2016-03-07 | 38043: allow any completion widget to cycle matches for menu completion to fi... | Oliver Kiddle | 1 | -2/+1 |
2015-11-13 | unposted: Make $EDITOR's jump-to-matching-brace happy. | Daniel Shahaf | 1 | -0/+2 |
2015-11-11 | 37092: make nested ${(P)name} properly refer to parameter on return | Peter Stephenson | 1 | -1/+1 |
2015-09-25 | unposted: zle: Document the C helper function processcmd(). | Daniel Shahaf | 1 | -0/+3 |
2015-09-01 | 36365: magic-space could delete the reset of the line. | Peter Stephenson | 1 | -0/+2 |
2015-08-26 | 36288: refine 36825, slightly different test for redirect context | Barton E. Schaefer | 1 | -1/+1 |
2015-08-26 | 36285: update 36025, context cannot be command and redirect at the same time,... | Barton E. Schaefer | 1 | -4/+5 |
2015-08-09 | 36025: Fix completion aftoer "foo=bar; setopt ". | Peter Stephenson | 1 | -3/+13 |
2015-07-25 | 35908: fix $((...)) completion in expand-or-complete widget | Peter Stephenson | 1 | -2/+4 |
2015-06-29 | 35637: remove the now unused module hook for reverse-menu-complete | Oliver Kiddle | 1 | -4/+1 |
2015-06-29 | 35627: make reverse-menu-complete start with the last match in | Oliver Kiddle | 1 | -8/+2 |
2015-06-26 | 35615: fix completion after tyepset | Peter Stephenson | 1 | -5/+12 |
2015-01-09 | Rearrange context saving. | Peter Stephenson | 1 | -12/+12 |
2015-01-07 | 34144: allocate origline by ztrdup(), not by dupstring() | Jun-ichi Takimoto | 1 | -1/+2 |
2014-12-11 | 33876: etc.: Separate errors and keyboards interrupts | Peter Stephenson | 1 | -3/+17 |
2014-10-24 | 33480, slightly tweaked: fix for $' completion. | Peter Stephenson | 1 | -4/+11 |
2014-04-13 | 32540: in doexpandhist(), discard saved line position data rather than restor... | Barton E. Schaefer | 1 | -1/+1 |
2014-04-06 | 32531: fix memory leaks detected by valgrind | Barton E. Schaefer | 1 | -0/+1 |
2014-02-14 | 32361: don't reset lastline before completion | Oliver Kiddle | 1 | -1/+0 |
2014-02-02 | Fix leading whitespace in a comment | Barton E. Schaefer | 1 | -1/+1 |
2014-01-31 | 32314: merge undo events corresponding to vi change in the vi-cmd-mode widget... | Oliver Kiddle | 1 | -2/+1 |
2013-12-25 | 32182: re-enable command completion after a separator | Barton E. Schaefer | 1 | -4/+7 |
2013-12-16 | 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right | Patrick Oscity | 1 | -1/+11 |
2013-08-08 | 31644: Fix insertion of multibyte characters into editor line. | Peter Stephenson | 1 | -1/+2 |
2013-08-02 | 31611: attempt to fix crash completing redirection in do loop | Peter Stephenson | 1 | -2/+24 |
2012-10-05 | 30715: use enum lextok for variables containing lexical tokens | Peter Stephenson | 1 | -6/+9 |
2011-10-14 | 29820: _pick_variant -b to match builtin | Peter Stephenson | 1 | -0/+41 |
2011-08-03 | 29644: work around _describe bug, plus cosmetic tweaks | Peter Stephenson | 1 | -1/+12 |
2011-06-23 | 29503: Missing popheap() on failed autoload | Peter Stephenson | 1 | -4/+0 |
2011-06-19 | unposted: Remove additional for loop noticed by Mikael | Peter Stephenson | 1 | -2/+0 |
2011-06-19 | 29491: remove some variables set but not used | Peter Stephenson | 1 | -3/+1 |
2011-05-09 | 29165: use term.h globally if needed at all. | Peter Stephenson | 1 | -19/+19 |
2011-04-29 | 29107: replace overlapping strcpy with memmove | Bart Schaefer | 1 | -4/+4 |