1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-07 21:31:17 +02:00
zsh/Completion/Base/Core
Marlon Richert caa1c38c6f 51348: Fix subscript completion bugs inside ~[...]
When completing inside ~[...] (_with_ the trailing `]` present), the
following bugs occured:
- Subscript completion was skipped entirely when there were one or more
  slashes ('/') in the subscript, which is incorrect, since slashes are
  allowed there.
- Instead of going through _complete, $_comps[-subscript-] was called
  immediately, causing _setup to be skipped.
- If succesful, _main_complete was exited right after, causing
  menu-style, comppostfuncs and other essential completion features to
  be skipped.
2023-05-21 03:24:17 +02:00
..
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
_all_labels
_description 49597: add a helper for completing numbers with unit suffixes and separate out defaults, ranges and units in completion descriptions 2021-11-24 23:09:38 +01:00
_dispatch users/15621: compdef -p/-P <pat>=<service> 2010-12-06 17:23:04 +00:00
_main_complete 51348: Fix subscript completion bugs inside ~[...] 2023-05-21 03:24:17 +02:00
_message 49561: add zformat -F option, similar to -f but ternary expressions check for existence instead of doing math evaluation 2021-11-12 20:33:52 +01:00
_next_label
_normal 44202 (tweaked): _normal: Add -P to reset precommands 2019-04-04 18:45:19 -05:00
_requested
_setup 35163: move "show-ambiguity" style to _setup so that more precise context can be applied 2015-06-06 12:35:52 -07:00
_tags 20254: restrict scope of the default tag-order to fix a problem with cdrecord 2004-08-11 11:57:04 +00:00
_wanted