summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-21Fix overlapping commitsBarton E. Schaefer2-1/+39
2018-01-2042243: Free stuff properly in zsh/pcre moduleMikael Magnusson2-1/+39
2018-01-1941924: (wi) subscript flag interactiondana2-2/+6
2018-01-19ChangeLog for abd00402 / 41839Barton E. Schaefer1-0/+5
2018-01-1941839: force IFS to default for "read"Sebastian Gniazdowski1-1/+1
2018-01-1842294: disable REPORTTIME in completionPeter Stephenson2-1/+7
2018-01-1642285: off by one fix in multiple promptsWarepire2-1/+5
2018-01-1442136: empty string check in %~ / %C prompt expansionsBarton E. Schaefer2-1/+3
2018-01-1442043: ZSH_DEBUG_CMD should not WARN_CREATE_GLOBALBarton E. Schaefer2-1/+7
2018-01-13Fix last commit's ChangeLog.Daniel Shahaf1-1/+1
2018-01-13unposted: Follow-up to previous: Clarify that ${histchars[1]} may be ↵Barton E. Schaefer2-2/+6
backslash-escaped even when it isn't '!'.
2018-01-1342261: docs: Expand documentation of $histchars[1]. Joint with Matthew Martin.Daniel Shahaf3-5/+14
2018-01-1042242: add [DFNO]BSD to the mix in ldconfig completionMatthew Martin3-35/+86
2018-01-0842245: Abort last word on interactve comment.Peter Stephenson4-1/+29
Last recorded word should be the previous one.
2018-01-0642231: new completion functions for simple utilities belonging to the ↵dana17-1/+528
'Darwin' and 'Linux' groups.
2018-01-0542230: update screen completion to 4.06.01Oliver Kiddle2-1/+5
2018-01-0542229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0Oliver Kiddle7-4/+14
2018-01-0542223: new completions for sublime text and some basic Unix utilitiesdana6-0/+224
2018-01-0542221: update enscript completion for GNU enscript 1.6.6Oliver Kiddle2-69/+119
2018-01-0542222: _object_files: recognize .dylib (macOS)dana2-1/+6
2018-01-0442164: fix digits in format escapes in completion listingsdana3-3/+21
2018-01-04Avoid crash copying empty hash table.Stephane Chazelas2-4/+9
Visible with typeset -p.
2018-01-0442188: Close flock descriptor in failure casesSebastian Gniazdowski2-3/+16
2018-01-0442214: use less general names on new functions for completing file flags and ↵dana7-4/+10
modes
2018-01-04github #21: update nmcli completions to be compatible with recent version 1.8.4Maciek Makowski3-244/+379
2018-01-0442210: factor out completion of file modes and flags and handle ↵dana7-89/+119
_comp_priv_prefix for chflags
2018-01-0442209: take account of numeric options such as -4 instead of -t4dana2-0/+7
2018-01-0442209: fix option descriptions for non-GNU variants of trdana2-1/+4
2018-01-0342208: fix use of cache variables in yp completionOliver Kiddle2-14/+18
2018-01-0342207: support g prefixes for GNU variants on systems like macOS+Homebrewdana17-16/+26
2018-01-0342117: use anonymous function rather than define one in user namespaceMatthew Martin2-40/+49
2018-01-0242171: prevent parameters of various parameters from becoming globalEric Cook19-17/+41
2017-12-3142183: _objdump: support LLVM variantJun-ichi Takimoto2-4/+78
2017-12-3042186: _apt: Fix completion of target_release names, e.g., 'apt install ↵Daniel Shahaf2-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.
2017-12-30unposted: vcs_info: Add docstrings to the internal functions ↵Daniel Shahaf3-1/+14
VCS_INFO_formats and VCS_INFO_set.
2017-12-2842175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto8-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'.
2017-12-2742176: _tar: update long optionsJun-ichi Takimoto2-2/+12
2017-12-2242156: new CHECK_RUNNING_JOBS option demanded by bash groupiesPeter Stephenson7-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.
2017-12-22dana: various OpenSSH completion improvementsdana2-46/+57
2017-12-2233395: Improvments for function managment.Peter Stephenson3-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.
2017-12-20dana: 42145: Fix additional completion cases with option arguments.dana3-1/+29
2017-12-2042146: type -w += global aliasesDaniel Shahaf3-0/+16
Follow-up to 36403, which did the same for suffix aliases.
2017-12-2042138: _git-revert: Complete recent commits first.Daniel Shahaf2-1/+4
2017-12-20users/13148 (and workers/42060): Abort the command line when replyingDaniel Shahaf2-6/+17
"[n] No" to the RM_STAR_SILENT prompt. Patch by Stephane, rebased by Mikael.
2017-12-20* 42143: fix a pattern in _object_filesJun-ichi Takimoto2-1/+7
2017-12-1842412: fix a bug in 42116Jun-ichi Takimoto2-4/+10
Also fix a few widgets which were calling wrong function when negative numeric argument was given.
2017-12-1842116: multibyte support for ZLE vi-mode word motionJun-ichi Takimoto5-82/+74
2017-12-1542123 (tweaked): take account of Dash in function names.Peter Stephenson3-2/+34
Needed when comparing word code function name with autoload request. Add test.
2017-12-14add millisecond and microsecond options to TIMEFMT variabledana4-2/+48
2017-12-1342113: BSD complation updates.Peter Stephenson5-109/+172
Remove use of pkg_* for FreeBSD. Add BSD architecture utilities.