| Commit message (Expand) | Author | Age | Files | Lines |
* | 36604: fix getopts+shift calculation | Barton E. Schaefer | 2015-09-23 | 1 | -1/+1 |
* | 36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, for... | Barton E. Schaefer | 2015-09-22 | 1 | -3/+6 |
* | unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ad... | Barton E. Schaefer | 2015-09-12 | 1 | -13/+5 |
* | 36483: handle incomplete multibyte characters in bracketed-paste-magi | Peter Stephenson | 2015-09-11 | 1 | -4/+12 |
* | 36410: vcs_info git: Present merge heads as patches | Daniel Shahaf | 2015-09-05 | 1 | -0/+17 |
* | 36338: Replace "5.0.9" with "5.1" in source comments | Axel Beckert | 2015-08-30 | 2 | -2/+2 |
* | 36314: Avoid using short_loops syntax in distributed files | Mikael Magnusson | 2015-08-28 | 1 | -2/+2 |
* | 36266: preserve emulation and setopt context for init and finish functions, h... | Barton E. Schaefer | 2015-08-21 | 1 | -9/+42 |
* | 36212: save and restore HISTNO along with other editor state, for sanity of "... | Barton E. Schaefer | 2015-08-17 | 1 | -3/+5 |
* | 36209: vcs_info: avoid grep error message when file is missing | brian m. carlson | 2015-08-18 | 1 | -1/+3 |
* | unposted: mention bracketed-paste-magic in url-quote-magic comments | Barton E. Schaefer | 2015-08-16 | 1 | -0/+6 |
* | 36195, 36196: wrapper of bracketed-paste for compatibilty with url-quote-magi... | Barton E. Schaefer | 2015-08-16 | 1 | -0/+192 |
* | 36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is refe... | Oliver Kiddle | 2015-08-13 | 1 | -13/+23 |
* | 36077: vcs_info: stop exporting everything | Mikael Magnusson | 2015-08-12 | 12 | -21/+22 |
* | unposted (c.f. Bart: 35902): use - after zle -U in case $key is - | Oliver Kiddle | 2015-08-05 | 1 | -1/+1 |
* | 35937: wait for process IDs instead of job numbers in parallel mode | Barton E. Schaefer | 2015-07-27 | 1 | -2/+2 |
* | add RPS2 handling to "prompt bart", update help text, clean up indentation wh... | Barton E. Schaefer | 2015-07-25 | 1 | -11/+28 |
* | 35807: edit-command-line: Fix for non-7bit-data (after 35769) | Daniel Shahaf | 2015-07-24 | 1 | -1/+4 |
* | 35815: fix for lack of startup output from newer nslookup | Oliver Kiddle | 2015-07-23 | 1 | -2/+1 |
* | 35823: fix handling of MARK and CURSOR, clean up documentary comment | Barton E. Schaefer | 2015-07-22 | 1 | -26/+37 |
* | 35769: edit-command-line: Go to the right byte offset | Daniel Shahaf | 2015-07-13 | 1 | -1/+11 |
* | 35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and bee... | Oliver Kiddle | 2015-07-14 | 1 | -1/+4 |
* | 35660: prompt_adam1_setup: avoid perl, fix help | Barton E. Schaefer | 2015-06-28 | 1 | -4/+3 |
* | 35558: narrow-to-region: Use unique parameter names for new feature | Mikael Magnusson | 2015-06-22 | 1 | -5/+5 |
* | 35545: enhance narrow-to-region to return LBUFFER and RBUFFER | Peter Stephenson | 2015-06-21 | 1 | -2/+11 |
* | 35469: test UNDO_CHANGE_NO to determine whether to start over or use the next... | Barton E. Schaefer | 2015-06-14 | 1 | -3/+9 |
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 1 | -4/+13 |
* | 35234: better zfget completion with paths | Han Pingtian | 2015-05-30 | 1 | -5/+19 |
* | 35285: _cdr: fix zstyle lookup for recent-dirs-insert | Daniel Hahler | 2015-05-27 | 1 | -1/+1 |
* | 35299: Improve effect of zfdir -r | Han Pingtian | 2015-05-27 | 1 | -3/+4 |
* | 35295: Try harder with zftp directory listing | Han Pingtian | 2015-05-26 | 1 | -1/+7 |
* | 35093: new zle widgets for Vim-style text objects | Oliver Kiddle | 2015-05-13 | 3 | -0/+202 |
* | 34721: new glob qualifier functions before, after | Peter Stephenson | 2015-03-16 | 2 | -0/+134 |
* | 34673: vcs_info git: Fix error message when rebase hasn't started | Daniel Shahaf | 2015-03-09 | 1 | -0/+1 |
* | vcs_info hg: Support inactive bookmarks | Daniel Shahaf | 2015-01-25 | 1 | -0/+17 |
* | PATCH: 34333: vcs_info quilt: fix unapplied detection in subdir | Marc Finet | 2015-01-22 | 1 | -13/+17 |
* | unposted (cf. 34218): : remove -m from zmodload calls | Barton E. Schaefer | 2015-01-10 | 2 | -2/+2 |
* | 34202: safe tempfile creation part 3 -- use zf_ln instead of mv | Barton E. Schaefer | 2015-01-10 | 2 | -3/+5 |
* | 30568: Add tetriscurses contrib function, port of tetris to zcurses | Mikael Magnusson | 2015-01-09 | 1 | -0/+386 |
* | 34068: create tempfiles without forking, and safe temp directory creation | Barton E. Schaefer | 2014-12-28 | 9 | -10/+10 |
* | 34067: safe tempfile creation, part 1 | Barton E. Schaefer | 2014-12-27 | 12 | -60/+57 |
* | 19371 plus tweak: run-help helper for ip | Artur Penttinen | 2014-11-13 | 1 | -0/+42 |
* | 33405: vcs_info: Make sure maxexports is set when VCS_INFO_set is called | Frank Terbeck | 2014-10-09 | 1 | -0/+1 |
* | 33391: vcs_info git: fix applied patch detection on git am | Marc Finet | 2014-10-09 | 1 | -10/+7 |
* | 33277: Fix VCS_INFO_reposub's command expansion | Frank Terbeck | 2014-09-29 | 1 | -3/+4 |
* | 33217: vcs_info: use `--ignore-submodules=dirty` with diff/diff-index | Daniel Hahler | 2014-09-22 | 1 | -3/+3 |
* | 33184: vcs_info git: consider patches for rebase | Marc Finet | 2014-09-16 | 1 | -42/+74 |
* | 33188: vcs_info git: set rrn before using it | Marc Finet | 2014-09-16 | 1 | -2/+2 |
* | 33145: vcs_info git: fix applied-string name | Marc Finet | 2014-09-14 | 1 | -1/+1 |
* | 33148: vcs_info quilt: refactor standalone detection | Marc Finet | 2014-09-14 | 1 | -5/+3 |