summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-28unposted: fix vi-pipe for visual mode: don't need to force line modeOliver Kiddle2-1/+5
2016-07-2838953: Fix some issues with match-words-by-style.Peter Stephenson4-15/+61
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-28users/21793: Remove raw integers as glob qualifiers.Peter Stephenson3-8/+15
There was an ancient undocumented feature that these were treated as a file mode to "or" with that of the file under test. The only documented way of doing this has always been the "f" qualifier, so removed the effect of raw integers to make errors more obvious.
2016-07-27unposted: Prefix function's name to its error messages.Daniel Shahaf2-2/+5
2016-07-27unposted (after 38939): _git-rebase: Unbreak.Daniel Shahaf2-1/+4
2016-07-2738914 (tweaked): _pkg-config: Add options, complete *.pc files for ↵Daniel Shahaf2-1/+17
positional arguments.
2016-07-2638945: Additional notes on :a behaviourPeter Stephenson2-3/+11
2016-07-2538943: update texinfo options and improve completion of Info files, nodes ↵Oliver Kiddle2-61/+185
and menu items
2016-07-2538939: add missing git optionsOliver Kiddle2-24/+46
In particular those for GPG signing a push
2016-07-2438936: fix vi-pipe function for option compatibilityOliver Kiddle2-3/+10
2016-07-2438929: new vim style text object using match-words-by-style mechanismOliver Kiddle3-4/+132
2016-07-2438935: update tcpdump completion for Free and Open BSDMatthew Martin2-61/+129
2016-07-23unposted: _git-grep: Stop leaking the parameter $i.Daniel Shahaf2-1/+4
2016-07-23unposted: _deb_packages: Minor optimization.Daniel Shahaf2-1/+4
2016-07-2338913: _pkg-config: Complete variables for --variable.Daniel Shahaf2-6/+21
2016-07-2338911: _arguments: Clarify documentation of '-s -w' switchDaniel Shahaf2-2/+8
2016-07-2338923: zwaitjob() continues waiting for children that may have ignored the ↵Barton E. Schaefer2-1/+14
interrupt signal, even if the current shell has been interrupted.
2016-07-22users/21779: Clarify documentation of the ':a' word modifier.Daniel Shahaf2-3/+9
2016-07-2238890: _add-zle-hook-widget: New completion.Daniel Shahaf3-3/+44
2016-07-2138904: fix return status in _normal and functions erroneously using it for ↵Oliver Kiddle4-4/+9
default completion
2016-07-2138894: completion for virt-admin and libvirt client/server IDs/namesMarko Myllynen2-13/+95
2016-07-2138901: _schroot: Add -r/--run-sessionFelipe Sateler2-0/+5
2016-07-2038853: use strchr()Peter Stephenson2-7/+5
2016-07-20users/21777: Clarify documentation of the ':A' word modifier.Daniel Shahaf2-4/+14
2016-07-1938862: strptime(3) requires _XOPEN_SOURCE on CygwinJun-ichi Takimoto2-0/+8
2016-07-1838879: Unmetafy file names for glob sort.Peter Stephenson3-1/+52
Test using Polish UTF-8 collation sequence that'w known to cause the problems.
2016-07-18_print: add -vMikael Magnusson2-0/+6
2016-07-17Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget.Barton E. Schaefer2-0/+2
2016-07-1738866: update add-zle-hook-widget doc for 38850, bug fixesBarton E. Schaefer3-32/+51
Edge case handling, wrap in anonymous function for kshautoload management.
2016-07-17users/21752: Extend zsh/zleparameter's $widgets' parameter's documentation.Daniel Shahaf2-7/+12
2016-07-17unposted (cf. users/21737):: _git-subtree: Record technical debt in comment.Daniel Shahaf2-0/+7
2016-07-17users/21750 (after users/21551): _git-subtree: Tweak -m,-P completionsDaniel Shahaf2-11/+16
2016-07-1738868: update completions for new options on FreeBSDOliver Kiddle16-128/+189
2016-07-1738867: update strace completionOliver Kiddle5-114/+232
Also factor out completion for system calls and new functions for truss and ltrace.
2016-07-1738837 (tweaked c.f. 38826): new virsh completionMarko Myllynen2-0/+58
2016-07-1738845: reset region_active before entering zleOliver Kiddle3-10/+15
It was done on exit but before zle-line-finish. Also reword documentation on region to better cover vi mode.
2016-07-1338850: Simplify indexing scheme to store hooks in the order they are addedBarton E. Schaefer2-31/+45
Also, better handling of edge cases and of autoloading/sourcing file
2016-07-1338833: separate iostat completion from _sysstatEric Cook3-26/+148
2016-07-0838812: a few new completions and update some command optionsOliver Kiddle12-43/+278
2016-07-0838810: fix cursor positioning and repeated invocations when widgets used ↵Oliver Kiddle2-9/+12
from emacs mode
2016-07-0838809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle4-7/+14
2016-07-08unposted: fix duplicated wordsOliver Kiddle5-5/+10
2016-07-0838796: Fix subword matching on last character of subword.Peter Stephenson2-1/+12
2016-07-0538780: include variants containing non alphanumeric symbols in completionarno2-2/+5
2016-07-05users/21551 (tweaked per users/21560): new git subtree completionJordan Klassen2-0/+97
2016-07-0538728: Tests: Add tests for the ':a' and ':A' modifiers.Daniel Shahaf2-1/+29
2016-07-0438783: zcalc tweaks for RPN mode.Peter Stephenson3-12/+35
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 Kiddle7-1/+112
movement
2016-06-2938752: add comments to explain use of stdout instead of stderr for the which ↵Oliver Kiddle2-1/+7
builtin
2016-06-2738760: _git-config: Stop trying to execute the empty string command name ↵Daniel Shahaf2-1/+7
upon completing values for an unknown option. For example: % git config x.y.z <TAB> +_git-config:834> case x.y.z (alias.*) +_git-config:834> case x.y.z (remotes.*) +_git-config:860> local z=$'\C-@' +_git-config:861> declare -a parts +_git-config:862> parts=( '' ) +_git-config:863> (( 1 < 2 )) +_git-config:863> [[ x.y.z == [^.]##.*.[^.]## ]] +_git-config:864> parts=( '' ) +_git-config:866> (( 1 > 0 )) +_git-config:867> case (-\>*) +_git-config:867> case (*) +_git-config:1197> declare -a action +_git-config:1198> _description values expl '' +_git-config:1199> eval 'action=()' +(eval):1> action=( ) +_git-config:1200> '' -J values _git-config:1200: permission denied: +_git-config:1206> return ret