Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 40401: vcs_info git: Fix the %c patch-format expando. | Daniel Shahaf | 2017-01-25 | 1 | -3/+3 |
| | | | | | | | | Before this change, ${git_unapplied_s} was unused and the %c (${hook_com[unapplied]}) expando evaluated to the number of digits in the string returned by the gen-unapplied-string hook (or to the number of digits in the number of unapplied patches, when there was no such hook). | ||||
* | 40392: vcs_info patch2subject: Support `git show` output. | Daniel Shahaf | 2017-01-25 | 1 | -0/+17 |
| | |||||
* | Oliver: 40118: alternate fix replacing 40115 | Barton E. Schaefer | 2016-12-24 | 1 | -25/+19 |
| | | | | | This commit reverts 40115 (commit 3594f55f) thus restoring 38579, then applies 40118: Relocate BUFFER/CURSOR reset to work around "fc -p" issue | ||||
* | 40149: vcs_info git: Avoid a fork. | Daniel Shahaf | 2016-12-16 | 1 | -1/+1 |
| | |||||
* | 40126: zed (fned): When editing a new function. escape its name. | Daniel Shahaf | 2016-12-09 | 1 | -1/+1 |
| | | | | | | | Example: % unfunction \( % fned \( | ||||
* | 40115: revert 38579 due to bug restoring BUFFER after history search | Zhiming Wang | 2016-12-06 | 1 | -19/+25 |
| | | | | This reverts commit 20948d088994dc7b26a26b94926432985fa6863e. | ||||
* | unposted: vcs_info git: Handle rebase-apply sequences with >=10000 patches. | Daniel Shahaf | 2016-12-04 | 1 | -3/+6 |
| | | | | Review-by: Frank Terbeck | ||||
* | 40074: vcs_info git: rfc822-unfold rebase-apply patch subjects when ↵ | Daniel Shahaf | 2016-12-04 | 1 | -8/+7 |
| | | | | | | | | msg-clean is unavailable. Example (in this repository): git -c merge.merge-changelog.driver=/bin/false rebase --onto=1955cce^^ 1955cce^ 1955cce | ||||
* | Get subject of current patch in rebase-apply mode | Daniel Hahler | 2016-12-03 | 1 | -0/+9 |
| | |||||
* | unposted: vcs_info: Break out VCS_INFO_quilt-patch2subject into ↵ | Daniel Shahaf | 2016-12-01 | 3 | -48/+52 |
| | | | | | | VCS_INFO_patch2subject ... so other places can use it; compare 40030 in the 39990 thread. | ||||
* | unposted: set new vichange flag for surround widget | Oliver Kiddle | 2016-11-25 | 1 | -0/+1 |
| | |||||
* | 39986, 39989: improve handling of vi-repeat-change | Oliver Kiddle | 2016-11-20 | 1 | -0/+3 |
| | | | | | | Save previous vi change and throw away a new change that fails. Add zle -f vichange to allow shell widget to be a single change. Fix repeat of command where numeric arguments were multiplied. | ||||
* | 39884: fix history-beginning-search-menu for history lines containing a pipe ↵ | Oliver Kiddle | 2016-11-09 | 1 | -1/+1 |
| | | | | character | ||||
* | 39786: vcs_info (hg): Use native hexdump implementation instead of external ↵ | Daniel Shahaf | 2016-10-31 | 3 | -3/+21 |
| | | | | | | | | | command. Fixes issue whereby the external command would print "*" for repeated octets. Includes comment change, cf 39790. | ||||
* | unposted: add "--" to zle widget call for conventional sanity | Barton E. Schaefer | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | unposted: handle empty pastes and "zle bracketed-paste variablename" form. | Barton E. Schaefer | 2016-10-28 | 1 | -2/+2 |
| | |||||
* | 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation. | Daniel Shahaf | 2016-09-30 | 1 | -2/+2 |
| | | | | Currently, the only special widget that takes arguments is zle-keymap-select. | ||||
* | 39423: vcs_info git: Produce nicer applied-string messages for 'exec' actions. | Daniel Shahaf | 2016-09-24 | 1 | -2/+6 |
| | | | | | This changes the behaviour on "unknown" git-rebase actions (those other than pick/reword/edit/fixup/squash/execute). | ||||
* | bracketed-paste-url-magic: Handle magnet links too, and allow for schemes ↵ | Mikael Magnusson | 2016-09-19 | 1 | -2/+2 |
| | | | | without // | ||||
* | 39131: return on error needs to be at the outer scope. | Barton E. Schaefer | 2016-08-30 | 1 | -4/+4 |
| | |||||
* | 39046 + 39061: New :P history modifier. | Daniel Shahaf | 2016-08-22 | 3 | -3/+3 |
| | |||||
* | unposted: Avoid $0 for POSIX_ARGZERO compatibility. | Daniel Shahaf | 2016-07-28 | 2 | -3/+3 |
| | |||||
* | 38957: make use of updates to match-words-by-style and better support ↵ | Oliver Kiddle | 2016-07-28 | 1 | -28/+27 |
| | | | | completion of word-style styles for zstyle | ||||
* | unposted: fix vi-pipe for visual mode: don't need to force line mode | Oliver Kiddle | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | 38953: Fix some issues with match-words-by-style. | Peter Stephenson | 2016-07-28 | 2 | -15/+45 |
| | | | | | | Add keyword retrieval of words. Improve test for start of word in subwords for use in delete-whole-word. If line after cursor is empty, white space is treated as ws-after-cursor. | ||||
* | unposted: Prefix function's name to its error messages. | Daniel Shahaf | 2016-07-27 | 1 | -2/+2 |
| | |||||
* | 38936: fix vi-pipe function for option compatibility | Oliver Kiddle | 2016-07-24 | 1 | -3/+8 |
| | |||||
* | 38929: new vim style text object using match-words-by-style mechanism | Oliver Kiddle | 2016-07-24 | 1 | -0/+121 |
| | |||||
* | Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget. | Barton E. Schaefer | 2016-07-17 | 1 | -0/+0 |
| | |||||
* | 38866: update add-zle-hook-widget doc for 38850, bug fixes | Barton E. Schaefer | 2016-07-17 | 1 | -21/+36 |
| | | | | Edge case handling, wrap in anonymous function for kshautoload management. | ||||
* | 38850: Simplify indexing scheme to store hooks in the order they are added | Barton E. Schaefer | 2016-07-13 | 1 | -31/+39 |
| | | | | Also, better handling of edge cases and of autoloading/sourcing file | ||||
* | 38796: Fix subword matching on last character of subword. | Peter Stephenson | 2016-07-08 | 1 | -1/+7 |
| | |||||
* | 38783: zcalc tweaks for RPN mode. | Peter Stephenson | 2016-07-04 | 1 | -8/+18 |
| | | | | Make it more straightforward to exchange variables with stack. | ||||
* | 38770: vi upper/lowercase widgets and shell widget example that reads a vi ↵ | Oliver Kiddle | 2016-06-29 | 1 | -0/+31 |
| | | | | movement | ||||
* | 38749: fixes for case at start of a line and for ksharrays | Oliver Kiddle | 2016-06-22 | 2 | -1/+7 |
| | |||||
* | 38737: clean up zcalc variables. | Peter Stephenson | 2016-06-21 | 1 | -142/+147 |
| | | | | Undocumented variables now start with "_". | ||||
* | 38736: various RPN mode enhancements for zcalc | Peter Stephenson | 2016-06-21 | 1 | -12/+66 |
| | |||||
* | 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ↵ | Barton E. Schaefer | 2016-06-19 | 1 | -23/+46 |
| | | | | hook that is added without one, to preserve append ordering | ||||
* | unposted: zed needs localoptions noksharrays | Barton E. Schaefer | 2016-06-18 | 1 | -0/+2 |
| | |||||
* | 38693: Add RPN mode to zcalc | Peter Stephenson | 2016-06-16 | 2 | -23/+116 |
| | |||||
* | 38670: New function for managing ZLE special widgets, modeled after ↵ | Barton E. Schaefer | 2016-06-12 | 1 | -0/+140 |
| | | | | Functions/Misc/add-zsh-hook. | ||||
* | 38579: simplify saving and restoring of state | Oliver Kiddle | 2016-06-09 | 1 | -25/+19 |
| | |||||
* | 38610: vcs_info quilt: Extract a patch subject, 2.0. | Daniel Shahaf | 2016-06-06 | 1 | -4/+38 |
| | |||||
* | 38609: vcs_info quilt: Factor out a helper function. No functional change. | Daniel Shahaf | 2016-06-06 | 1 | -13/+22 |
| | |||||
* | unposted: Commit forgotten part of users/21256. | Daniel Shahaf | 2016-05-10 | 2 | -0/+36 |
| | |||||
* | unposted: update documentary comments to remove references to ↵ | Barton E. Schaefer | 2016-05-09 | 1 | -2/+2 |
| | | | | self-insert-unmeta. | ||||
* | 37971: fix potential issues when interacting with user-defined widgets | Barton E. Schaefer | 2016-02-14 | 1 | -2/+2 |
| | | | | Cf. users/21284: Eric Freese | ||||
* | 37814: run-help-ip: use an absolute path for the shebang. | Kamil Dudka | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | unposted: Fix typo in comment. | Daniel Shahaf | 2016-01-15 | 1 | -2/+2 |
| | |||||
* | 37612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ↵ | Daniel Shahaf | 2016-01-15 | 1 | -1/+3 |
| | | | | | | case. This manifested, e.g., in 'git am' of a single patch that had a conflict. |