summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Expand)AuthorFilesLines
2016-11-03unposted: comment explaining key buffer handling.Peter Stephenson1-0/+7
2016-11-0339806: internal: Document zle's vichgbuf.Daniel Shahaf1-0/+9
2016-11-0339805: internal: Document some compadd internals.Daniel Shahaf2-12/+19
2016-11-0339804: internal: Document matchspec flags.Daniel Shahaf2-4/+10
2016-11-0339803: internal: Document bin_compadd().Daniel Shahaf1-10/+10
2016-11-0339802: internal: Document and simplify multiquote().Daniel Shahaf2-6/+18
2016-11-0339820: vi-repeat handles multi-key bindingsBarton E. Schaefer1-4/+6
2016-11-0339813: fix keybuflen after ungetting extra keys from the end of keybuf in get...Barton E. Schaefer1-2/+5
2016-11-0239811: vi-repeat-change must not be the "motion" of vi-change, lest it infini...Barton E. Schaefer1-1/+1
2016-10-2539725: more metafication of patterns.Barton E. Schaefer1-2/+3
2016-10-2539723: metafy string passed to pattern in complist.Peter Stephenson1-0/+1
2016-10-2339715: Handle multibyte characters in complist listingPeter Stephenson1-5/+12
2016-10-1839590: zle: Call zle-line-pre-redraw after inserting a completion resultm0viefreak1-0/+1
2016-10-1639500: compdescribe: perform on-screen-width computation using the "nice" len...Daniel Shahaf1-9/+10
2016-10-1339611: with _arguments sets completion stopped if one of the rest arguments s...Oliver Kiddle1-1/+2
2016-10-0339550: reset signal queue in recursiveedit()Barton E. Schaefer1-0/+6
2016-10-0339547: handle zero delta in calc_timeout()Barton E. Schaefer1-1/+1
2016-10-0339545: Add some missing unqueue_signals().Peter Stephenson2-0/+2
2016-09-30Call the pre-redraw hook if there is text in the buffer on initMikael Magnusson1-1/+13
2016-09-29unposted: Update findcmd() in Zle.Peter Stephenson2-5/+7
2016-09-27unposted: remove extra close-paren from d6a6b4ffBart Schaefer1-1/+1
2016-09-2739369 (tweaked cf 39371): when calling an internal widget, set bindk because ...Oliver Kiddle1-0/+4
2016-09-2339412: Fix directory completion when $PWD:h contains parentheses, which are i...Daniel Shahaf1-1/+4
2016-09-2039383: compadd: Restrict previous patch to the case where $PREFIX includes ch...Daniel Shahaf1-2/+4
2016-09-2039372: compadd: Match -P prefix all-or-nothing rather than greedily.Daniel Shahaf1-4/+7
2016-09-1639310/0010: internals: match_str: Simplify expression.Daniel Shahaf1-5/+5
2016-09-1639310/0009: internals: match_str: Downscope local variable 't'.Daniel Shahaf1-2/+11
2016-09-1639310/0008: internals: match_str: Document several local variables.Daniel Shahaf1-2/+16
2016-09-1639310/0007: internals: match_str: Rename and constify local variables 'oll', ...Daniel Shahaf1-2/+3
2016-09-1639310/0006: internals: match_str: Downscope local variable 'bpc'.Daniel Shahaf1-3/+7
2016-09-1639310/0005: internals: match_str: Constify some local variables.Daniel Shahaf1-6/+6
2016-09-1639310/0004: internals: match_str: Document 'savl'.Daniel Shahaf1-1/+16
2016-09-1639310/0003: internals: match_str: Document 'savw'. Avoid magic number.Daniel Shahaf1-3/+6
2016-09-1639310/0002: internals: match_str: Simplify by removing 'zoff'.Daniel Shahaf1-10/+10
2016-09-1639310/0001: internals: match_str: Document some local variables. See 39123.Daniel Shahaf1-2/+56
2016-09-1139252: internal: quotestring: Drop the 'e' parameter, which no caller uses.Daniel Shahaf5-27/+27
2016-09-0639173: _arguments: Escape colons and backslashes in $opt_args unambiguously.Daniel Shahaf1-3/+9
2016-09-0639181: Add PM_SINGLE and use for compstate.Peter Stephenson1-2/+3
2016-09-04unposted: internals: Document zshcompwid(1) parameter implementations.Daniel Shahaf2-3/+21
2016-08-1339026: pattern specified with _arguments' -A option shouldn't be checked agai...Oliver Kiddle1-2/+4
2016-08-1239031: Ensure variables in transpose-words are initialisedPeter Stephenson1-1/+1
2016-08-1238983: Make transpose-words handle numeric arguments sensiblyHan Pingtian1-39/+51
2016-08-06unposted: fix typo in commentBarton E. Schaefer1-1/+1
2016-08-05workers/38995 (in part): compfiles: Add reverse-engineered documentation brea...Daniel Shahaf1-0/+15
2016-07-2838927: zle-line-pre-redraw: Set $WIDGET like other special widgets do.Daniel Shahaf1-1/+1
2016-07-1738845: reset region_active before entering zleOliver Kiddle1-1/+1
2016-07-0838810: fix cursor positioning and repeated invocations when widgets used from...Oliver Kiddle1-9/+9
2016-07-0838809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle1-2/+1
2016-06-2938770: vi upper/lowercase widgets and shell widget example that reads a vi mo...Oliver Kiddle3-1/+52
2016-06-2238714: add x: syntax to match specs to make it possible to disable match spec...Oliver Kiddle1-0/+10