| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 39838: another missing unqueue_signals() | Barton E. Schaefer | 2016-11-05 | 1 | -0/+4 |
* | 39829: when compstate[insert] is emptied by the completion function and AUTO_... | Oliver Kiddle | 2016-11-05 | 1 | -1/+5 |
* | 39834: when print used with -v and -l, include a final newline | Oliver Kiddle | 2016-11-05 | 1 | -0/+6 |
* | 39389: when printf -v is used with an array use separate elements each time t... | Oliver Kiddle | 2016-11-05 | 1 | -0/+7 |
* | users/22080: bracketed-paste: Third time's a charm. | Daniel Shahaf | 2016-11-04 | 1 | -0/+5 |
* | 39825: optimise mb_metastrlenend() for 7-bit character. | Peter Stephenson | 2016-11-04 | 1 | -0/+5 |
* | 39818: _awk: add nawk to the list of commands | Oliver Kiddle | 2016-11-04 | 1 | -0/+4 |
* | 39824: test case for 39811 (commit ae4c035c) | Barton E. Schaefer | 2016-11-03 | 1 | -0/+5 |
* | unposted: comment explaining key buffer handling. | Peter Stephenson | 2016-11-03 | 1 | -0/+5 |
* | 39806: internal: Document zle's vichgbuf. | Daniel Shahaf | 2016-11-03 | 1 | -0/+2 |
* | 39805: internal: Document some compadd internals. | Daniel Shahaf | 2016-11-03 | 1 | -0/+3 |
* | 39804: internal: Document matchspec flags. | Daniel Shahaf | 2016-11-03 | 1 | -0/+3 |
* | 39803: internal: Document bin_compadd(). | Daniel Shahaf | 2016-11-03 | 1 | -0/+2 |
* | 39802: internal: Document and simplify multiquote(). | Daniel Shahaf | 2016-11-03 | 1 | -0/+3 |
* | users/22063: bracketed-paste: Document ability to specify a vi register. (aft... | Daniel Shahaf | 2016-11-03 | 1 | -0/+5 |
* | unposted: fix typo that was causing handling of "--" argument to fail | Barton E. Schaefer | 2016-11-03 | 1 | -0/+3 |
* | 39820: vi-repeat handles multi-key bindings | Barton E. Schaefer | 2016-11-03 | 1 | -0/+4 |
* | 39813: fix keybuflen after ungetting extra keys from the end of keybuf in get... | Barton E. Schaefer | 2016-11-03 | 1 | -0/+3 |
* | 39822: _git: remove "-A '-*'" with _arguments for some commands | Daniel Hahler | 2016-11-03 | 1 | -0/+4 |
* | 39815: Read input to end on parse error in $(...) inside a string. | Peter Stephenson | 2016-11-03 | 1 | -0/+5 |
* | 39811: vi-repeat-change must not be the "motion" of vi-change, lest it infini... | Barton E. Schaefer | 2016-11-02 | 1 | -0/+5 |
* | 39797: obsolete the helper functions fixed by the previous two changes | Barton E. Schaefer | 2016-11-01 | 1 | -0/+4 |
* | 39731: _awk: add support for gawk ver.3 and 4 | Jun-ichi Takimoto | 2016-11-01 | 1 | -0/+5 |
* | 39787: Add a regression test for 39412. | Daniel Shahaf | 2016-11-01 | 1 | -0/+5 |
* | 39795: preserve "cd -" behavior around directory shuffling in _canonical_path... | Barton E. Schaefer | 2016-10-31 | 1 | -0/+3 |
* | 39792: improve handling of relative paths in _canonical_paths_add_paths | Barton E. Schaefer | 2016-10-31 | 1 | -0/+5 |
* | 39786: vcs_info (hg): Use native hexdump implementation instead of external c... | Daniel Shahaf | 2016-10-31 | 1 | -0/+7 |
* | 39777: $() is a valid empty command substitution | Peter Stephenson | 2016-10-30 | 1 | -0/+5 |
* | 39758: revise 39704 for array and hash parameters; more POSIXBUITINS tweaks for | Barton E. Schaefer | 2016-10-29 | 1 | -0/+8 |
* | unposted: handle empty pastes and "zle bracketed-paste variablename" form. | Barton E. Schaefer | 2016-10-28 | 1 | -0/+5 |
* | users/22036: bracketed-paste: Document cutbuffer behaviour; clarify. | Daniel Shahaf | 2016-10-28 | 1 | -0/+5 |
* | unposted: Minor documentation fixes (markup, grammar, etc). | Daniel Shahaf | 2016-10-27 | 1 | -0/+3 |
* | 39739: Complete negative integers for -n/-c in the GNU variant. (after 39479) | Daniel Shahaf | 2016-10-27 | 1 | -0/+6 |
* | 39725: more metafication of patterns. | Barton E. Schaefer | 2016-10-25 | 1 | -0/+4 |
* | 39723: metafy string passed to pattern in complist. | Peter Stephenson | 2016-10-25 | 1 | -0/+6 |
* | "typeset -p" uses "export" commands or the "-g" option for parameters that ar... | Barton E. Schaefer | 2016-10-24 | 1 | -0/+9 |
* | 39706: _tilde_files: Offer named directories. Document. | Daniel Shahaf | 2016-10-24 | 1 | -0/+3 |
* | 39708: Document _email_addresses. | Daniel Shahaf | 2016-10-24 | 1 | -0/+3 |
* | 39707: Document _dir_list. | Daniel Shahaf | 2016-10-24 | 1 | -0/+4 |
* | 39715: Handle multibyte characters in complist listing | Peter Stephenson | 2016-10-23 | 1 | -0/+5 |
* | 39710 (cf. Alex George: 39709): handle the %o format in the "all-expansions" tag | Barton E. Schaefer | 2016-10-22 | 1 | -0/+7 |
* | 39688: Skip out of P_EXACTLY pattern loop if P_PURES. | Peter Stephenson | 2016-10-20 | 1 | -0/+3 |
* | 39683: Update scan pointers after possible alloc. | Peter Stephenson | 2016-10-20 | 1 | -0/+5 |
* | 39680: correctly handle case of popping last arena | Barton E. Schaefer | 2016-10-19 | 1 | -0/+4 |
* | 39678: metafication of printf %q argument and result | Peter Stephenson | 2016-10-19 | 1 | -0/+5 |
* | 39590: zle: Call zle-line-pre-redraw after inserting a completion result | m0viefreak | 2016-10-18 | 1 | -0/+5 |
* | 39654: (based on patch by Baptiste Daroussin) Better support bmake, FreeBSD's... | Daniel Shahaf | 2016-10-18 | 1 | -0/+4 |
* | 39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options. | Daniel Shahaf | 2016-10-18 | 1 | -0/+3 |
* | 39657: _zstyle: When completing a style for an unrecognised context, complete... | Daniel Shahaf | 2016-10-18 | 1 | -0/+3 |
* | 39657: Make a helper function global. | Daniel Shahaf | 2016-10-18 | 1 | -0/+6 |