about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 42309: A few small updates for OpenBSDMatthew Martin2018-01-234-8/+19
|
* 42305: CVS should be gitDaniel Tameling2018-01-222-1/+5
|
* Fix overlapping commitsBarton E. Schaefer2018-01-212-1/+39
|\
| * 42243: Free stuff properly in zsh/pcre moduleMikael Magnusson2018-01-202-1/+39
| |
* | 41924: (wi) subscript flag interactiondana2018-01-192-2/+6
| |
* | ChangeLog for abd00402 / 41839Barton E. Schaefer2018-01-191-0/+5
| |
* | 41839: force IFS to default for "read"Sebastian Gniazdowski2018-01-191-1/+1
|/
* 42294: disable REPORTTIME in completionPeter Stephenson2018-01-182-1/+7
|
* 42285: off by one fix in multiple promptsWarepire2018-01-162-1/+5
|
* 42136: empty string check in %~ / %C prompt expansionsBarton E. Schaefer2018-01-142-1/+3
|
* 42043: ZSH_DEBUG_CMD should not WARN_CREATE_GLOBALBarton E. Schaefer2018-01-142-1/+7
|
* Fix last commit's ChangeLog.Daniel Shahaf2018-01-131-1/+1
|
* unposted: Follow-up to previous: Clarify that ${histchars[1]} may be ↵Barton E. Schaefer2018-01-132-2/+6
| | | | backslash-escaped even when it isn't '!'.
* 42261: docs: Expand documentation of $histchars[1]. Joint with Matthew Martin.Daniel Shahaf2018-01-133-5/+14
|
* 42242: add [DFNO]BSD to the mix in ldconfig completionMatthew Martin2018-01-103-35/+86
|
* 42245: Abort last word on interactve comment.Peter Stephenson2018-01-084-1/+29
| | | | Last recorded word should be the previous one.
* 42231: new completion functions for simple utilities belonging to the ↵dana2018-01-0617-1/+528
| | | | 'Darwin' and 'Linux' groups.
* 42230: update screen completion to 4.06.01Oliver Kiddle2018-01-052-1/+5
|
* 42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0Oliver Kiddle2018-01-057-4/+14
|
* 42223: new completions for sublime text and some basic Unix utilitiesdana2018-01-056-0/+224
|
* 42221: update enscript completion for GNU enscript 1.6.6Oliver Kiddle2018-01-052-69/+119
|
* 42222: _object_files: recognize .dylib (macOS)dana2018-01-052-1/+6
|
* 42164: fix digits in format escapes in completion listingsdana2018-01-043-3/+21
|
* Avoid crash copying empty hash table.Stephane Chazelas2018-01-042-4/+9
| | | | Visible with typeset -p.
* 42188: Close flock descriptor in failure casesSebastian Gniazdowski2018-01-042-3/+16
|
* 42214: use less general names on new functions for completing file flags and ↵dana2018-01-047-4/+10
| | | | modes
* github #21: update nmcli completions to be compatible with recent version 1.8.4Maciek Makowski2018-01-043-244/+379
|
* 42210: factor out completion of file modes and flags and handle ↵dana2018-01-047-89/+119
| | | | _comp_priv_prefix for chflags
* 42209: take account of numeric options such as -4 instead of -t4dana2018-01-042-0/+7
|
* 42209: fix option descriptions for non-GNU variants of trdana2018-01-042-1/+4
|
* 42208: fix use of cache variables in yp completionOliver Kiddle2018-01-032-14/+18
|
* 42207: support g prefixes for GNU variants on systems like macOS+Homebrewdana2018-01-0317-16/+26
|
* 42117: use anonymous function rather than define one in user namespaceMatthew Martin2018-01-032-40/+49
|
* 42171: prevent parameters of various parameters from becoming globalEric Cook2018-01-0219-17/+41
|
* 42183: _objdump: support LLVM variantJun-ichi Takimoto2017-12-312-4/+78
|
* 42186: _apt: Fix completion of target_release names, e.g., 'apt install ↵Daniel Shahaf2017-12-302-1/+4
| | | | | | | | | | | | | zsh/<TAB>'. When local-apt-repository is installed, 'apt-cache policy' contains . 100 /var/lib/dpkg/status release a=now 500 file:/var/lib/local-apt-repository ./ Packages release o=local-apt-repository,c= . which was matched by the pattern being patched.
* unposted: vcs_info: Add docstrings to the internal functions ↵Daniel Shahaf2017-12-303-1/+14
| | | | VCS_INFO_formats and VCS_INFO_set.
* 42175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2017-12-288-19/+62
| | | | | | _call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
* 42176: _tar: update long optionsJun-ichi Takimoto2017-12-272-2/+12
|
* 42156: new CHECK_RUNNING_JOBS option demanded by bash groupiesPeter Stephenson2017-12-227-5/+217
| | | | | | | Also new job options. Also suppress debug error if rows or columns are reported as zero as this is normal without a physical terminal.
* dana: various OpenSSH completion improvementsdana2017-12-222-46/+57
|
* 33395: Improvments for function managment.Peter Stephenson2017-12-223-1/+13
| | | | | | | | Functions defined inside other fucntions needs file line number adding. Particularly useful for anonymous fucntions. Add flag to indicate a function is anonymous. Done up to now by comparing the name to a pointer but this is more consistent.
* dana: 42145: Fix additional completion cases with option arguments.dana2017-12-203-1/+29
|
* 42146: type -w += global aliasesDaniel Shahaf2017-12-203-0/+16
| | | | Follow-up to 36403, which did the same for suffix aliases.
* 42138: _git-revert: Complete recent commits first.Daniel Shahaf2017-12-202-1/+4
|
* users/13148 (and workers/42060): Abort the command line when replyingDaniel Shahaf2017-12-202-6/+17
| | | | | | "[n] No" to the RM_STAR_SILENT prompt. Patch by Stephane, rebased by Mikael.
* * 42143: fix a pattern in _object_filesJun-ichi Takimoto2017-12-202-1/+7
|
* 42412: fix a bug in 42116Jun-ichi Takimoto2017-12-182-4/+10
| | | | | Also fix a few widgets which were calling wrong function when negative numeric argument was given.
* 42116: multibyte support for ZLE vi-mode word motionJun-ichi Takimoto2017-12-185-82/+74
|
* 42123 (tweaked): take account of Dash in function names.Peter Stephenson2017-12-153-2/+34
| | | | | | Needed when comparing word code function name with autoload request. Add test.