summaryrefslogtreecommitdiff
path: root/Functions
AgeCommit message (Collapse)AuthorFilesLines
2017-08-31Make mbegin, mend, match local in zed.Peter Stephenson1-0/+3
Needed for zstyle -m.
2017-08-2241565: vcs_info patch2subject: Support `svn log -r N --diff` output.Daniel Shahaf1-2/+9
2017-07-2941472: introduce cleanup hooks default and restore special themes, and ↵Barton E. Schaefer5-37/+115
update documentation
2017-06-2641345: Use consistent prompt variables in prompt themese.Peter Stephenson1-3/+3
Some more sanity may be needed in this area but this apsect seems uncontroversial.
2017-06-1641265: quote the inserted file names as necessaryWieland Hoffmann1-2/+2
2017-06-13unposted: fix typo in url-quote-magicEric Cook1-1/+1
2017-06-0741232: Use page up/down keys in zed keymap.Sebastian Gniazdowski1-0/+23
Find with terminfo where available.
2017-05-02unposted: Use typeset -g in insert-unicode-charPeter Stephenson1-2/+2
Avoid warning from WARN_NESTED_VAR if set.
2017-03-2440892: subcommand matching for ip helpAaron Schrab1-2/+2
2017-02-21Julien Nicoulaud: 40586: discard stderrBarton E. Schaefer1-1/+1
2017-02-0940492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf2-0/+15
Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.)
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