summaryrefslogtreecommitdiff
path: root/Functions
AgeCommit message (Collapse)AuthorFilesLines
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
2016-06-1238670: New function for managing ZLE special widgets, modeled after ↵Barton E. Schaefer1-0/+140
Functions/Misc/add-zsh-hook.
2016-06-0938579: simplify saving and restoring of stateOliver Kiddle1-25/+19
2016-06-0638610: vcs_info quilt: Extract a patch subject, 2.0.Daniel Shahaf1-4/+38
2016-06-0638609: vcs_info quilt: Factor out a helper function. No functional change.Daniel Shahaf1-13/+22
2016-05-10unposted: Commit forgotten part of users/21256.Daniel Shahaf2-0/+36
2016-05-09unposted: update documentary comments to remove references to ↵Barton E. Schaefer1-2/+2
self-insert-unmeta.
2016-02-1437971: fix potential issues when interacting with user-defined widgetsBarton E. Schaefer1-2/+2
Cf. users/21284: Eric Freese
2016-01-2837814: run-help-ip: use an absolute path for the shebang.Kamil Dudka1-1/+1
2016-01-15unposted: Fix typo in comment.Daniel Shahaf1-2/+2
2016-01-1537612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ↵Daniel Shahaf1-1/+3
case. This manifested, e.g., in 'git am' of a single patch that had a conflict.
2016-01-1337570: give truth to the doc assertion transpose-words-match is a drop-in ↵Barton E. Schaefer1-1/+10
replacement for transpose-words
2016-01-1337567: use (Z:n:) to split the buffer into words so line breaks are treated ↵Barton E. Schaefer1-3/+3
as whitespace
2015-12-3037451: vcs_info: Declare "msgs" in early contextFrank Terbeck1-1/+1
The parameter *is* being declared with the redefinition of the function, but not in its initial form, which gets you a warning about the parameter being defined globally. This fixes it.
2015-12-2337345: VCS_INFO functions break with setopt no_unsetPhilip Sequeira2-2/+2
With setopt no_unset in my config file, vcs_info fails with: VCS_INFO_maxexports:7: vcs: parameter not set
2015-12-19users/21082 (expanded): a more complete sorting of version strings that are ↵Barton E. Schaefer1-1/+19
not in the form of zsh version numbers; additional explanatory comment