summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-3138965: _svnadmin: Complete 'freeze' as a precommand.Daniel Shahaf2-1/+32
2016-07-3138962: _git-config: Document more line noise.Daniel Shahaf2-0/+8
2016-07-3138959: Document 38956 (_widgets).Daniel Shahaf2-0/+14
2016-07-29unposted: _svnadmin: Tweak state description.Daniel Shahaf2-1/+6
2016-07-2838927: zle-line-pre-redraw: Set $WIDGET like other special widgets do.Daniel Shahaf2-1/+4
2016-07-28unposted: Avoid $0 for POSIX_ARGZERO compatibility.Daniel Shahaf3-3/+9
2016-07-2838957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle4-31/+38
completion of word-style styles for zstyle
2016-07-2838956: factor out zle widget completion into its own functionOliver Kiddle6-14/+25
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