summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2017-12-1242110: Fix redirections between variable assignments at start of linePeter Stephenson3-0/+16
2017-12-02unposted: fix dana's name in ChangeLogMikael Magnusson1-1/+1
2017-12-0142065: new getopts testsdana2-0/+83
2017-12-0142063: getopts errors now report "+" in front of option where appropriatedana2-2/+8
2017-11-2442031 + 42048: Make [[ -o invalidoption ]] a normal(ish) false value, rather ↵Daniel Shahaf6-7/+58
than a syntax error.
2017-11-20stat() for glob qualifiers lost information in corner caseDima Kogan2-1/+4
2017-11-2042037: COMP_POINT for bash completion was miscalculated.Peter Stephenson2-1/+6
2017-11-1342019: update options in git completion to 2.15Oliver Kiddle2-64/+167
also improve format completion for git tag and for-each-ref
2017-11-13gitlab #1: update options for sqlite 3.21.0Oliver Kiddle2-1/+7
2017-11-13Specify system python in dnf completionMalcolm Ramsay2-4/+7
The python executable in the python_exec variable was the python[2|3] executable found in $PATH. When the python[2|3] executable was not the system installed version the completion command raised an `ImportError` as the 'dnf' module was not found. This commit just completely specifies the python version to be the system version `/usr/bin/python[2|3]`, allowing completion within a python dev environment.
2017-11-13github #19: Fix minor typo in INC_APPEND_HISTORY documentationChris Bracken2-1/+6
2017-11-1142004: fix parentheses in documentationMartijn Dekker2-1/+5
2017-11-04unposted: _sshfs: Make the -o option repeatable, accept "--".Daniel Shahaf2-2/+8
2017-11-0441983: fix exclusion of long options with (-) on a normal argumentOliver Kiddle3-2/+13
2017-11-0341969: _sort: Clarify option description.Daniel Shahaf2-1/+6
2017-11-0241971: correctly break out of certain tag loops when there are matchesOliver Kiddle4-8/+11
2017-11-0241866: No error unsetting nonexistent function for POSIXBUILTINSMartijn Dekker3-1/+11
2017-10-3141965: complete new functions -W and zmodload -s optionsOliver Kiddle3-1/+7
2017-10-3141963: update completion for gnutls 3.6.1Oliver Kiddle2-27/+56
2017-10-3041939: docs: Move aliases corner case to the dangerous bends section. (after ↵Daniel Shahaf2-3/+9
41482)
2017-10-2941960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski3-2/+7
2017-10-2941961: new ansible completionOliver Kiddle2-0/+283