Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 42230: update screen completion to 4.06.01 | Oliver Kiddle | 2018-01-05 | 2 | -1/+5 |
| | |||||
* | 42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0 | Oliver Kiddle | 2018-01-05 | 7 | -4/+14 |
| | |||||
* | 42223: new completions for sublime text and some basic Unix utilities | dana | 2018-01-05 | 6 | -0/+224 |
| | |||||
* | 42221: update enscript completion for GNU enscript 1.6.6 | Oliver Kiddle | 2018-01-05 | 2 | -69/+119 |
| | |||||
* | 42222: _object_files: recognize .dylib (macOS) | dana | 2018-01-05 | 2 | -1/+6 |
| | |||||
* | 42164: fix digits in format escapes in completion listings | dana | 2018-01-04 | 3 | -3/+21 |
| | |||||
* | Avoid crash copying empty hash table. | Stephane Chazelas | 2018-01-04 | 2 | -4/+9 |
| | | | | Visible with typeset -p. | ||||
* | 42188: Close flock descriptor in failure cases | Sebastian Gniazdowski | 2018-01-04 | 2 | -3/+16 |
| | |||||
* | 42214: use less general names on new functions for completing file flags and ↵ | dana | 2018-01-04 | 7 | -4/+10 |
| | | | | modes | ||||
* | github #21: update nmcli completions to be compatible with recent version 1.8.4 | Maciek Makowski | 2018-01-04 | 3 | -244/+379 |
| | |||||
* | 42210: factor out completion of file modes and flags and handle ↵ | dana | 2018-01-04 | 7 | -89/+119 |
| | | | | _comp_priv_prefix for chflags | ||||
* | 42209: take account of numeric options such as -4 instead of -t4 | dana | 2018-01-04 | 2 | -0/+7 |
| | |||||
* | 42209: fix option descriptions for non-GNU variants of tr | dana | 2018-01-04 | 2 | -1/+4 |
| | |||||
* | 42208: fix use of cache variables in yp completion | Oliver Kiddle | 2018-01-03 | 2 | -14/+18 |
| | |||||
* | 42207: support g prefixes for GNU variants on systems like macOS+Homebrew | dana | 2018-01-03 | 17 | -16/+26 |
| | |||||
* | 42117: use anonymous function rather than define one in user namespace | Matthew Martin | 2018-01-03 | 2 | -40/+49 |
| | |||||
* | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 2018-01-02 | 19 | -17/+41 |
| | |||||
* | 42183: _objdump: support LLVM variant | Jun-ichi Takimoto | 2017-12-31 | 2 | -4/+78 |
| | |||||
* | 42186: _apt: Fix completion of target_release names, e.g., 'apt install ↵ | Daniel Shahaf | 2017-12-30 | 2 | -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 Shahaf | 2017-12-30 | 3 | -1/+14 |
| | | | | VCS_INFO_formats and VCS_INFO_set. | ||||
* | 42175 + 42177 + 42178: avoid localized output from external commands | Jun-ichi Takimoto | 2017-12-28 | 8 | -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 options | Jun-ichi Takimoto | 2017-12-27 | 2 | -2/+12 |
| | |||||
* | 42156: new CHECK_RUNNING_JOBS option demanded by bash groupies | Peter Stephenson | 2017-12-22 | 7 | -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 improvements | dana | 2017-12-22 | 2 | -46/+57 |
| | |||||
* | 33395: Improvments for function managment. | Peter Stephenson | 2017-12-22 | 3 | -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. | dana | 2017-12-20 | 3 | -1/+29 |
| | |||||
* | 42146: type -w += global aliases | Daniel Shahaf | 2017-12-20 | 3 | -0/+16 |
| | | | | Follow-up to 36403, which did the same for suffix aliases. | ||||
* | 42138: _git-revert: Complete recent commits first. | Daniel Shahaf | 2017-12-20 | 2 | -1/+4 |
| | |||||
* | users/13148 (and workers/42060): Abort the command line when replying | Daniel Shahaf | 2017-12-20 | 2 | -6/+17 |
| | | | | | | "[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 | 2 | -1/+7 |
| | |||||
* | 42412: fix a bug in 42116 | Jun-ichi Takimoto | 2017-12-18 | 2 | -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 motion | Jun-ichi Takimoto | 2017-12-18 | 5 | -82/+74 |
| | |||||
* | 42123 (tweaked): take account of Dash in function names. | Peter Stephenson | 2017-12-15 | 3 | -2/+34 |
| | | | | | | Needed when comparing word code function name with autoload request. Add test. | ||||
* | add millisecond and microsecond options to TIMEFMT variable | dana | 2017-12-14 | 4 | -2/+48 |
| | |||||
* | 42113: BSD complation updates. | Peter Stephenson | 2017-12-13 | 5 | -109/+172 |
| | | | | | | 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 | 3 | -0/+16 |
| | |||||
* | unposted: fix dana's name in ChangeLog | Mikael Magnusson | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | 42065: new getopts tests | dana | 2017-12-01 | 2 | -0/+83 |
| | |||||
* | 42063: getopts errors now report "+" in front of option where appropriate | dana | 2017-12-01 | 2 | -2/+8 |
| | |||||
* | 42031 + 42048: Make [[ -o invalidoption ]] a normal(ish) false value, rather ↵ | Daniel Shahaf | 2017-11-24 | 6 | -7/+58 |
| | | | | than a syntax error. | ||||
* | stat() for glob qualifiers lost information in corner case | Dima Kogan | 2017-11-20 | 2 | -1/+4 |
| | |||||
* | 42037: COMP_POINT for bash completion was miscalculated. | Peter Stephenson | 2017-11-20 | 2 | -1/+6 |
| | |||||
* | 42019: update options in git completion to 2.15 | Oliver Kiddle | 2017-11-13 | 2 | -64/+167 |
| | | | | 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 | 2 | -1/+7 |
| | |||||
* | Specify system python in dnf completion | Malcolm Ramsay | 2017-11-13 | 2 | -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. | ||||
* | github #19: Fix minor typo in INC_APPEND_HISTORY documentation | Chris Bracken | 2017-11-13 | 2 | -1/+6 |
| | |||||
* | 42004: fix parentheses in documentation | Martijn Dekker | 2017-11-11 | 2 | -1/+5 |
| | |||||
* | unposted: _sshfs: Make the -o option repeatable, accept "--". | Daniel Shahaf | 2017-11-04 | 2 | -2/+8 |
| | |||||
* | 41983: fix exclusion of long options with (-) on a normal argument | Oliver Kiddle | 2017-11-04 | 3 | -2/+13 |
| | |||||
* | 41969: _sort: Clarify option description. | Daniel Shahaf | 2017-11-03 | 2 | -1/+6 |
| |