about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'typesettounset' into declarednull declarednullBart Schaefer2021-04-131-0/+1
|\ | | | | | | Adds 'setopt typeset_to_unset', documentation, failure tests for POSIX incompatibilies, etc.
| * Completion system assumes typeset does initialize declared variables.Bart Schaefer2021-04-121-0/+1
| |
* | 48466: correct indentation and remove tabs and trailing spacesMarc Chantreux2021-04-111-29/+29
| |
* | 48445: pluralize tags in _surfrawMarc Chantreux2021-04-111-8/+8
| |
* | users/26645: update options in gv completionMarc Chantreux2021-04-111-1/+4
|/
* 48338: _git: Support case-insensitive path matchingdana2021-04-101-3/+8
|
* 48378: complete compadd options for other completion functionsOliver Kiddle2021-04-091-37/+84
|
* 48437: fix pid completion when cursor is in the middle of the lineOliver Kiddle2021-04-091-2/+2
|
* 48416: update _gcore for macOS and GNUJun-ichi Takimoto2021-04-081-3/+13
|
* 48321 (tweaked per thread): _perl_modules: Don't assume ${words[1]} to be ↵Daniel Shahaf2021-04-081-5/+6
| | | | | | | either "perl" or "perldoc" Also, correct an always-true condition guarding the fallback @INC codepath.
* users/26579: changes from review including parameter expansion to replace awkMarc Chantreux2021-04-061-13/+17
|
* 48414: quote closing bracket to adapt for change in 43928Oliver Kiddle2021-04-061-1/+1
|
* 48218 (+ 48354): various improvements for _gccJacob Gelbman2021-04-041-989/+2052
|
* github #74: Drop vcsh completions, maintained upstreamCaleb Maclennan2021-03-311-89/+0
| | | | | | See discussion on upstream project here: https://github.com/RichiH/vcsh/issues/270
* 48214: add file types to _expand completions, so they can be colored through ↵Marlon Richert2021-03-311-4/+5
| | | | complist
* 48192: Fix _openstack completion for new style clientsSyphdias2021-03-311-53/+64
|
* users/26557: add bookmarks support and remove the header from the final list ↵Marc Chantreux2021-03-311-2/+16
| | | | in surfraw completion
* 47737: _zstyle: Fix option completion when positional arguments are already ↵dana2021-03-291-2/+2
| | | | | | | | | | | | | | present (regression from workers/39659 (commit ae3b675ce6e4ac62451ea08169c2b4dc45cf533b)) The following case: LBUFFER='zstyle -' RBUFFER=' foo bar' Before this patch, completed 'context pattern' (from the first positional argument). With this patch, completes options, which is correct.
* 48166: add completion for ctags language optionsJacob Gelbman2021-03-291-197/+244
|
* 48210: Introduce new completion for setpriv(1) on LinuxArseny Maslennikov2021-03-281-0/+107
|
* 48212: Introduce new completion for Linux task capabilitiesArseny Maslennikov2021-03-281-0/+65
|
* 48231: add missing git --pretty formats and improve descriptionsŠtěpán Němec2021-03-281-7/+9
|
* 48230, 48233 (Jun T): completion of dtrace probes and runtime optionsOliver Kiddle2021-03-281-38/+149
|
* 48180: Start menu selection with select=long-list in menu styleMarlon Richert2021-03-171-1/+1
|
* 48105: Update ctags completion with format fixJacob Gelbman2021-02-241-193/+186
|
* 48096: New ctags completionJacob Gelbman2021-02-231-0/+204
|
* unposted (Daniel): add exclusion list missed in recent OpenBSD update to ↵Oliver Kiddle2021-02-131-1/+1
| | | | locale completion
* github #68: support section suffix completion for man pagestaiyu2021-02-132-8/+20
| | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
* 47944: update completions for NetBSD 9Oliver Kiddle2021-02-084-6/+15
|
* 47943: update completions for DragonflyBSD 5.8.3Oliver Kiddle2021-02-082-2/+6
|
* 47932: update completions for procps 3.3.16Oliver Kiddle2021-02-074-2/+5
|
* 47931: update completions for OpenBSD base up to 6.8Oliver Kiddle2021-02-075-9/+19
|
* 47930: update completions for FreeBSD base up to 12.2Oliver Kiddle2021-02-073-5/+7
|
* 47929: complete newer possible values for the sort styleOliver Kiddle2021-02-071-1/+5
|
* based on github #62: return proper exit statusoxiedi2021-02-071-2/+4
|
* github #66: Add more commands to _todo.shDCsunset2021-02-071-1/+6
|
* github #63: fix regression caused by 44274, with sort style -o could break ↵oxiedi2021-02-071-1/+1
| | | | _values
* github #72: Fix unix command lldb tab-completionSemnodime2021-02-071-12/+12
| | | | | The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg
* gitlab !16: Allow spaces between short options and their parameters in ↵aaaz2021-02-071-10/+10
| | | | | | _transmission This matches the summary listed in the `transmission-remote` man page and the program's actual behavior.
* 47919: use common function for completing BSD login classesOliver Kiddle2021-02-065-11/+34
| | | | also update for options to env on FreeBSD and Dragonfly
* 47918: new util-linux completions for nsenter and unshareOliver Kiddle2021-02-062-0/+68
|
* 47883: _awk: support gawk ver.5Jun-ichi Takimoto2021-02-011-2/+2
|
* 47873: Improve completion within dynamic directory namesPeter Stephenson2021-01-272-3/+15
|
* github #71: _xrandr: Complete providersPaul Seyfert2021-01-241-3/+7
| | | | | * complete `xrandr --setprovideroutputsource` by calling `xrandr --listproviders`
* users/26107: complete changed files after git diff HEADOliver Kiddle2020-10-291-1/+8
|
* 47494, 47495: Add -n option to strftimeMikael Magnusson2020-10-251-5/+7
|
* github #65: _nmap: Rename option flags (s/_/-/g)Meng Bo2020-09-231-12/+12
| | | | Nmap commands that previously included an underscore (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been renamed to use a hyphen in the preferred format.
* 47395: _store_cache: Don't leak the variable ${_cache_dir}.Jacob Menke2020-09-221-1/+1
|
* 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer2020-09-131-0/+1
| | | | Mikael Magnusson: 47382: Completion for 47364
* unposted: remove periods from completion descriptionsDoug Kearns2020-09-065-5/+5
| | | | As per the completion-style-guide recommendations.