summaryrefslogtreecommitdiff
path: root/Functions
AgeCommit message (Collapse)AuthorFilesLines
2017-02-04unposted: vcs_info git: Fix typo in manual.Daniel Shahaf1-0/+1
2017-02-0340480: vcs_info set-patch-format: Eliminate the remaining code duplication.Daniel Shahaf4-30/+19
2017-02-0340479: vcs_info set-patch-format: Prepare for more code sharing between the ↵Daniel Shahaf4-6/+12
callers. This changes hook invocation order in the hg backend.
2017-02-0340481: vcs_info hg: Pass arguments to the set-patch-format hook.Daniel Shahaf1-1/+1
2017-02-0340478: vcs_info set-patch-format: Guard against empty variable elision.Daniel Shahaf1-2/+2
2017-02-0340476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf1-0/+1
'standalone' mode.
2017-01-2540403/0004: vcs_info set-patch-format helper: Part #4.Daniel Shahaf4-20/+20
This also fixes the %a (${hook_com[all-n]}) expando in the hg backend: before this change, it counted only unapplied changes.
2017-01-2540403/0003: vcs_info set-patch-format helper: Part #3.Daniel Shahaf4-21/+15
2017-01-2540403/0002: vcs_info set-patch-format helper: Part #2.Daniel Shahaf4-21/+16
Not all callers reset ${hook_com}, but those that don't, immediately overwrite it a few lines later.
2017-01-2540403/0001: vcs_info set-patch-format helper: Part #1.Daniel Shahaf5-28/+24
2017-01-2540401: vcs_info git: Fix the %c patch-format expando.Daniel Shahaf1-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).
2017-01-2540392: vcs_info patch2subject: Support `git show` output.Daniel Shahaf1-0/+17
2016-12-24Oliver: 40118: alternate fix replacing 40115Barton E. Schaefer1-25/+19
This commit reverts 40115 (commit 3594f55f) thus restoring 38579, then applies 40118: Relocate BUFFER/CURSOR reset to work around "fc -p" issue
2016-12-1640149: vcs_info git: Avoid a fork.Daniel Shahaf1-1/+1
2016-12-0940126: zed (fned): When editing a new function. escape its name.Daniel Shahaf1-1/+1
Example: % unfunction \( % fned \(
2016-12-0640115: revert 38579 due to bug restoring BUFFER after history searchZhiming Wang1-19/+25
This reverts commit 20948d088994dc7b26a26b94926432985fa6863e.
2016-12-04unposted: vcs_info git: Handle rebase-apply sequences with >=10000 patches.Daniel Shahaf1-3/+6
Review-by: Frank Terbeck
2016-12-0440074: vcs_info git: rfc822-unfold rebase-apply patch subjects when ↵Daniel Shahaf1-8/+7
msg-clean is unavailable. Example (in this repository): git -c merge.merge-changelog.driver=/bin/false rebase --onto=1955cce^^ 1955cce^ 1955cce
2016-12-03Get subject of current patch in rebase-apply modeDaniel Hahler1-0/+9
2016-12-01unposted: vcs_info: Break out VCS_INFO_quilt-patch2subject into ↵Daniel Shahaf3-48/+52
VCS_INFO_patch2subject ... so other places can use it; compare 40030 in the 39990 thread.
2016-11-25unposted: set new vichange flag for surround widgetOliver Kiddle1-0/+1
2016-11-2039986, 39989: improve handling of vi-repeat-changeOliver Kiddle1-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.
2016-11-0939884: fix history-beginning-search-menu for history lines containing a pipe ↵Oliver Kiddle1-1/+1
character
2016-10-3139786: vcs_info (hg): Use native hexdump implementation instead of external ↵Daniel Shahaf3-3/+21
command. Fixes issue whereby the external command would print "*" for repeated octets. Includes comment change, cf 39790.
2016-10-29unposted: add "--" to zle widget call for conventional sanityBarton E. Schaefer1-1/+1
2016-10-28unposted: handle empty pastes and "zle bracketed-paste variablename" form.Barton E. Schaefer1-2/+2
2016-09-3039495: add-zle-hook-widget: Add end-of-options guard to hook invocation.Daniel Shahaf1-2/+2
Currently, the only special widget that takes arguments is zle-keymap-select.
2016-09-2439423: vcs_info git: Produce nicer applied-string messages for 'exec' actions.Daniel Shahaf1-2/+6
This changes the behaviour on "unknown" git-rebase actions (those other than pick/reword/edit/fixup/squash/execute).
2016-09-19bracketed-paste-url-magic: Handle magnet links too, and allow for schemes ↵Mikael Magnusson1-2/+2
without //
2016-08-3039131: return on error needs to be at the outer scope.Barton E. Schaefer1-4/+4
2016-08-2239046 + 39061: New :P history modifier.Daniel Shahaf3-3/+3
2016-07-28unposted: Avoid $0 for POSIX_ARGZERO compatibility.Daniel Shahaf2-3/+3
2016-07-2838957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle1-28/+27
completion of word-style styles for zstyle
2016-07-28unposted: fix vi-pipe for visual mode: don't need to force line modeOliver Kiddle1-1/+1
2016-07-2838953: Fix some issues with match-words-by-style.Peter Stephenson2-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.
2016-07-27unposted: Prefix function's name to its error messages.Daniel Shahaf1-2/+2
2016-07-2438936: fix vi-pipe function for option compatibilityOliver Kiddle1-3/+8
2016-07-2438929: new vim style text object using match-words-by-style mechanismOliver Kiddle1-0/+121
2016-07-17Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget.Barton E. Schaefer1-0/+0
2016-07-1738866: update add-zle-hook-widget doc for 38850, bug fixesBarton E. Schaefer1-21/+36
Edge case handling, wrap in anonymous function for kshautoload management.
2016-07-1338850: Simplify indexing scheme to store hooks in the order they are addedBarton E. Schaefer1-31/+39
Also, better handling of edge cases and of autoloading/sourcing file
2016-07-0838796: Fix subword matching on last character of subword.Peter Stephenson1-1/+7
2016-07-0438783: zcalc tweaks for RPN mode.Peter Stephenson1-8/+18
Make it more straightforward to exchange variables with stack.
2016-06-2938770: vi upper/lowercase widgets and shell widget example that reads a vi ↵Oliver Kiddle1-0/+31
movement
2016-06-2238749: fixes for case at start of a line and for ksharraysOliver Kiddle2-1/+7
2016-06-2138737: clean up zcalc variables.Peter Stephenson1-142/+147
Undocumented variables now start with "_".
2016-06-2138736: various RPN mode enhancements for zcalcPeter Stephenson1-12/+66
2016-06-1938715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ↵Barton E. Schaefer1-23/+46
hook that is added without one, to preserve append ordering
2016-06-18unposted: zed needs localoptions noksharraysBarton E. Schaefer1-0/+2
2016-06-1638693: Add RPN mode to zcalcPeter Stephenson2-23/+116