summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2017-10-2941958: update util-linux completions to 2.31; new hexdump completionOliver Kiddle6-19/+81
2017-10-2941957: update git completion for git 2.14.3Oliver Kiddle2-4/+8
2017-10-2841927: complete "typeset -p"'s optional argument for multi-line outputOliver Kiddle2-1/+6
2017-10-2541952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hgAlexey Sokolov2-2/+7
Fixes prompt indicator in case if the repository requires a non-default feature. With HGRCPATH, it results in: abort: repository requires features unknown to this Mercurial: ... (see https://mercurial-scm.org/wiki/MissingRequirement for more information) Which, in turn, results in "default" getting reported regardless of what is the current state of the repo.
2017-10-2041943: Completion: add --clean for vimChristian Brabandt2-0/+6
Vim since patchlevel 8.0.0716 includes the --clean argument for starting in a clean mode (only loading defaults.vim and in non-cp mode).
2017-10-1741902: ${(z)...} continues parsing on unmatched quote when CSH_JUNKIE_QUOTES ↵Barton E. Schaefer3-4/+41
is set Tests for 41902 and 41873
2017-10-17unposted: Document "typeset -p"'s optional argument in the inline synopsis.Daniel Shahaf2-2/+7
2017-10-1641907: further deborphan updateGautam2-31/+34
2017-10-1641904: new deborphan and updated xrandr completionsGautam3-2/+52
2017-10-1541899: handle multi-word values of $VISUAL et al., and line counting of ↵Barton E. Schaefer2-5/+10
buffer for emacs startup