Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 48897: completion updates for DragonFly 6.0 and OpenBSD 6.9 | Oliver Kiddle | 2021-05-22 | 8 | -13/+29 |
| | |||||
* | 48891: Fix pgrep/pkill -f completion | Marlon Richert | 2021-05-21 | 1 | -2/+9 |
| | | | | Old completion produced false positives & took too much screen space. | ||||
* | 48864: Improve extra-verbose completion display strings for array parameter ↵ | Marlon Richert | 2021-05-21 | 1 | -5/+9 |
| | | | | values | ||||
* | users/26649: add zstyle for rake targets without description | Jörg Sommer | 2021-05-17 | 1 | -1/+3 |
| | | | | | | | `rake -T` shows only these targets having a description. But it might be useful to see all. Allow this with the zsytle setting: zstyle :completion::complete:rake:argument-rest:targets extended true | ||||
* | 48783: update ansible completion to 2.10.8 | Oliver Kiddle | 2021-05-16 | 1 | -13/+25 |
| | |||||
* | 48623: update options in openssh completion to version 8.6 | Oliver Kiddle | 2021-05-16 | 1 | -40/+66 |
| | |||||
* | _timeout: Fix wrong syntax | Mikael Magnusson | 2021-05-16 | 1 | -1/+1 |
| | |||||
* | 48710: histed + other zed updates | Bart Schaefer | 2021-05-15 | 1 | -5/+11 |
| | |||||
* | 48709: suppress error messages from comptry | Bart Schaefer | 2021-05-15 | 1 | -1/+1 |
| | |||||
* | 48702: _pandoc: don't use cache, multiple extensions of format, etc. | Jun-ichi Takimoto | 2021-04-28 | 1 | -261/+114 |
| | |||||
* | 48617: fix misuse of IGNORE_BRACES when initializing debug_indent | Bart Schaefer | 2021-04-19 | 1 | -1/+5 |
| | |||||
* | Add -L to add-(zsh|zle)-hook[-widget] completion | Marlon Richert | 2021-04-19 | 2 | -6/+12 |
| | | | | …and hide mutually exclusive options. | ||||
* | github/zsh-completions #792: added completions for opus-tools (opusenc, ↵ | André Kugland | 2021-04-19 | 1 | -0/+71 |
| | | | | opusdec & opusinfo) | ||||
* | 48619: complete inventory plugins in assignments to ANSIBLE_INVENTORY_ENABLED | Oliver Kiddle | 2021-04-19 | 1 | -7/+7 |
| | |||||
* | 48618: update completions for FreeBSD 13 | Oliver Kiddle | 2021-04-19 | 6 | -33/+89 |
| | |||||
* | 48560: add TYPESET_TO_UNSET option to remove initialization of parameters | Bart Schaefer | 2021-04-18 | 1 | -0/+1 |
| | | | | | | | | | | Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness. | ||||
* | 48361 (+ 48368 review comments): __arguments: New completion function for ↵ | Daniel Shahaf | 2021-04-17 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | _arguments. In the penultimate paragraph of the comment, the two possibilities for the relative path cover three cases: - The comment is read in the source tree - The comment is read in an installed tree with --enable-function-subdirs - The comment is read in an installed tree with --disable-function-subdirs Review-by: Matthew Martin Review-by: Oliver Kiddle | ||||
* | 48513: Let extra-verbose completion show parameter values | Marlon Richert | 2021-04-16 | 1 | -14/+30 |
| | |||||
* | 48556: new completion for ipfw | Oliver Kiddle | 2021-04-16 | 1 | -0/+325 |
| | |||||
* | 48466: correct indentation and remove tabs and trailing spaces | Marc Chantreux | 2021-04-11 | 1 | -29/+29 |
| | |||||
* | 48445: pluralize tags in _surfraw | Marc Chantreux | 2021-04-11 | 1 | -8/+8 |
| | |||||
* | users/26645: update options in gv completion | Marc Chantreux | 2021-04-11 | 1 | -1/+4 |
| | |||||
* | 48338: _git: Support case-insensitive path matching | dana | 2021-04-10 | 1 | -3/+8 |
| | |||||
* | 48378: complete compadd options for other completion functions | Oliver Kiddle | 2021-04-09 | 1 | -37/+84 |
| | |||||
* | 48437: fix pid completion when cursor is in the middle of the line | Oliver Kiddle | 2021-04-09 | 1 | -2/+2 |
| | |||||
* | 48416: update _gcore for macOS and GNU | Jun-ichi Takimoto | 2021-04-08 | 1 | -3/+13 |
| | |||||
* | 48321 (tweaked per thread): _perl_modules: Don't assume ${words[1]} to be ↵ | Daniel Shahaf | 2021-04-08 | 1 | -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 awk | Marc Chantreux | 2021-04-06 | 1 | -13/+17 |
| | |||||
* | 48414: quote closing bracket to adapt for change in 43928 | Oliver Kiddle | 2021-04-06 | 1 | -1/+1 |
| | |||||
* | 48218 (+ 48354): various improvements for _gcc | Jacob Gelbman | 2021-04-04 | 1 | -989/+2052 |
| | |||||
* | github #74: Drop vcsh completions, maintained upstream | Caleb Maclennan | 2021-03-31 | 1 | -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 Richert | 2021-03-31 | 1 | -4/+5 |
| | | | | complist | ||||
* | 48192: Fix _openstack completion for new style clients | Syphdias | 2021-03-31 | 1 | -53/+64 |
| | |||||
* | users/26557: add bookmarks support and remove the header from the final list ↵ | Marc Chantreux | 2021-03-31 | 1 | -2/+16 |
| | | | | in surfraw completion | ||||
* | 47737: _zstyle: Fix option completion when positional arguments are already ↵ | dana | 2021-03-29 | 1 | -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 options | Jacob Gelbman | 2021-03-29 | 1 | -197/+244 |
| | |||||
* | 48210: Introduce new completion for setpriv(1) on Linux | Arseny Maslennikov | 2021-03-28 | 1 | -0/+107 |
| | |||||
* | 48212: Introduce new completion for Linux task capabilities | Arseny Maslennikov | 2021-03-28 | 1 | -0/+65 |
| | |||||
* | 48231: add missing git --pretty formats and improve descriptions | Štěpán Němec | 2021-03-28 | 1 | -7/+9 |
| | |||||
* | 48230, 48233 (Jun T): completion of dtrace probes and runtime options | Oliver Kiddle | 2021-03-28 | 1 | -38/+149 |
| | |||||
* | 48180: Start menu selection with select=long-list in menu style | Marlon Richert | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | 48105: Update ctags completion with format fix | Jacob Gelbman | 2021-02-24 | 1 | -193/+186 |
| | |||||
* | 48096: New ctags completion | Jacob Gelbman | 2021-02-23 | 1 | -0/+204 |
| | |||||
* | unposted (Daniel): add exclusion list missed in recent OpenBSD update to ↵ | Oliver Kiddle | 2021-02-13 | 1 | -1/+1 |
| | | | | locale completion | ||||
* | github #68: support section suffix completion for man pages | taiyu | 2021-02-13 | 2 | -8/+20 |
| | | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion | ||||
* | 47944: update completions for NetBSD 9 | Oliver Kiddle | 2021-02-08 | 4 | -6/+15 |
| | |||||
* | 47943: update completions for DragonflyBSD 5.8.3 | Oliver Kiddle | 2021-02-08 | 2 | -2/+6 |
| | |||||
* | 47932: update completions for procps 3.3.16 | Oliver Kiddle | 2021-02-07 | 4 | -2/+5 |
| | |||||
* | 47931: update completions for OpenBSD base up to 6.8 | Oliver Kiddle | 2021-02-07 | 5 | -9/+19 |
| | |||||
* | 47930: update completions for FreeBSD base up to 12.2 | Oliver Kiddle | 2021-02-07 | 3 | -5/+7 |
| |