Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 42208: fix use of cache variables in yp completion | Oliver Kiddle | 2018-01-03 | 1 | -0/+2 |
| | |||||
* | 42207: support g prefixes for GNU variants on systems like macOS+Homebrew | dana | 2018-01-03 | 1 | -0/+10 |
| | |||||
* | 42117: use anonymous function rather than define one in user namespace | Matthew Martin | 2018-01-03 | 1 | -2/+7 |
| | |||||
* | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 2018-01-02 | 1 | -0/+22 |
| | |||||
* | 42183: _objdump: support LLVM variant | Jun-ichi Takimoto | 2017-12-31 | 1 | -0/+4 |
| | |||||
* | 42186: _apt: Fix completion of target_release names, e.g., 'apt install ↵ | Daniel Shahaf | 2017-12-30 | 1 | -0/+3 |
| | | | | | | | | | | | | | 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 Shahaf | 2017-12-30 | 1 | -0/+6 |
| | | | | VCS_INFO_formats and VCS_INFO_set. | ||||
* | 42175 + 42177 + 42178: avoid localized output from external commands | Jun-ichi Takimoto | 2017-12-28 | 1 | -0/+10 |
| | | | | | | _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 options | Jun-ichi Takimoto | 2017-12-27 | 1 | -0/+4 |
| | |||||
* | 42156: new CHECK_RUNNING_JOBS option demanded by bash groupies | Peter Stephenson | 2017-12-22 | 1 | -0/+10 |
| | | | | | | | 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 improvements | dana | 2017-12-22 | 1 | -1/+4 |
| | |||||
* | 33395: Improvments for function managment. | Peter Stephenson | 2017-12-22 | 1 | -0/+6 |
| | | | | | | | | 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. | dana | 2017-12-20 | 1 | -0/+5 |
| | |||||
* | 42146: type -w += global aliases | Daniel Shahaf | 2017-12-20 | 1 | -0/+3 |
| | | | | Follow-up to 36403, which did the same for suffix aliases. | ||||
* | 42138: _git-revert: Complete recent commits first. | Daniel Shahaf | 2017-12-20 | 1 | -0/+3 |
| | |||||
* | users/13148 (and workers/42060): Abort the command line when replying | Daniel Shahaf | 2017-12-20 | 1 | -0/+6 |
| | | | | | | "[n] No" to the RM_STAR_SILENT prompt. Patch by Stephane, rebased by Mikael. | ||||
* | * 42143: fix a pattern in _object_files | Jun-ichi Takimoto | 2017-12-20 | 1 | -0/+5 |
| | |||||
* | 42412: fix a bug in 42116 | Jun-ichi Takimoto | 2017-12-18 | 1 | -0/+6 |
| | | | | | Also fix a few widgets which were calling wrong function when negative numeric argument was given. | ||||
* | 42116: multibyte support for ZLE vi-mode word motion | Jun-ichi Takimoto | 2017-12-18 | 1 | -0/+5 |
| | |||||
* | 42123 (tweaked): take account of Dash in function names. | Peter Stephenson | 2017-12-15 | 1 | -0/+5 |
| | | | | | | Needed when comparing word code function name with autoload request. Add test. | ||||
* | add millisecond and microsecond options to TIMEFMT variable | dana | 2017-12-14 | 1 | -0/+6 |
| | |||||
* | 42113: BSD complation updates. | Peter Stephenson | 2017-12-13 | 1 | -0/+8 |
| | | | | | | Remove use of pkg_* for FreeBSD. Add BSD architecture utilities. | ||||
* | 42110: Fix redirections between variable assignments at start of line | Peter Stephenson | 2017-12-12 | 1 | -0/+5 |
| | |||||
* | unposted: fix dana's name in ChangeLog | Mikael Magnusson | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | 42065: new getopts tests | dana | 2017-12-01 | 1 | -0/+2 |
| | |||||
* | 42063: getopts errors now report "+" in front of option where appropriate | dana | 2017-12-01 | 1 | -0/+5 |
| | |||||
* | 42031 + 42048: Make [[ -o invalidoption ]] a normal(ish) false value, rather ↵ | Daniel Shahaf | 2017-11-24 | 1 | -0/+6 |
| | | | | than a syntax error. | ||||
* | stat() for glob qualifiers lost information in corner case | Dima Kogan | 2017-11-20 | 1 | -0/+3 |
| | |||||
* | 42037: COMP_POINT for bash completion was miscalculated. | Peter Stephenson | 2017-11-20 | 1 | -0/+5 |
| | |||||
* | 42019: update options in git completion to 2.15 | Oliver Kiddle | 2017-11-13 | 1 | -0/+3 |
| | | | | also improve format completion for git tag and for-each-ref | ||||
* | gitlab #1: update options for sqlite 3.21.0 | Oliver Kiddle | 2017-11-13 | 1 | -0/+3 |
| | |||||
* | Specify system python in dnf completion | Malcolm Ramsay | 2017-11-13 | 1 | -2/+5 |
| | | | | | | | | | | | 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. | ||||
* | github #19: Fix minor typo in INC_APPEND_HISTORY documentation | Chris Bracken | 2017-11-13 | 1 | -0/+5 |
| | |||||
* | 42004: fix parentheses in documentation | Martijn Dekker | 2017-11-11 | 1 | -0/+4 |
| | |||||
* | unposted: _sshfs: Make the -o option repeatable, accept "--". | Daniel Shahaf | 2017-11-04 | 1 | -0/+5 |
| | |||||
* | 41983: fix exclusion of long options with (-) on a normal argument | Oliver Kiddle | 2017-11-04 | 1 | -0/+5 |
| | |||||
* | 41969: _sort: Clarify option description. | Daniel Shahaf | 2017-11-03 | 1 | -0/+5 |
| | |||||
* | 41971: correctly break out of certain tag loops when there are matches | Oliver Kiddle | 2017-11-02 | 1 | -0/+6 |
| | |||||
* | 41866: No error unsetting nonexistent function for POSIXBUILTINS | Martijn Dekker | 2017-11-02 | 1 | -0/+5 |
| | |||||
* | 41965: complete new functions -W and zmodload -s options | Oliver Kiddle | 2017-10-31 | 1 | -0/+4 |
| | |||||
* | 41963: update completion for gnutls 3.6.1 | Oliver Kiddle | 2017-10-31 | 1 | -0/+4 |
| | |||||
* | 41939: docs: Move aliases corner case to the dangerous bends section. (after ↵ | Daniel Shahaf | 2017-10-30 | 1 | -0/+5 |
| | | | | 41482) | ||||
* | 41960: add missing local declarations for MATCH, MBEGIN and MEND | Sebastian Gniazdowski | 2017-10-29 | 1 | -0/+3 |
| | |||||
* | 41961: new ansible completion | Oliver Kiddle | 2017-10-29 | 1 | -0/+2 |
| | |||||
* | 41958: update util-linux completions to 2.31; new hexdump completion | Oliver Kiddle | 2017-10-29 | 1 | -0/+7 |
| | |||||
* | 41957: update git completion for git 2.14.3 | Oliver Kiddle | 2017-10-29 | 1 | -0/+2 |
| | |||||
* | 41927: complete "typeset -p"'s optional argument for multi-line output | Oliver Kiddle | 2017-10-28 | 1 | -0/+5 |
| | |||||
* | 41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg | Alexey Sokolov | 2017-10-25 | 1 | -0/+5 |
| | | | | | | | | | | | 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. | ||||
* | 41943: Completion: add --clean for vim | Christian Brabandt | 2017-10-20 | 1 | -0/+5 |
| | | | | | 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). | ||||
* | 41902: ${(z)...} continues parsing on unmatched quote when CSH_JUNKIE_QUOTES ↵ | Barton E. Schaefer | 2017-10-17 | 1 | -0/+10 |
| | | | | | | is set Tests for 41902 and 41873 |