[bug] REMAINDER miss a :
#125
Labels
good-first-issue
Good for newcomers (good-first-issue)
help-wanted
We need help
p1-important
High priority
The following example comes from /usr/share/zsh/functions/Completion/Unix/_sudo
file
a
:command will complete all executable command, and normal will complete its arguments
We got error:
If we change
to
The nested bug can disappear. Refer https://github.com/zsh-users/zsh/blob/a9386df5581487e5e34ecb3ce422bacf62d10c3d/Completion/Unix/Command/_sudo#L61-L62:
It is https://github.com/iterative/shtab/blob/main/shtab/__init__.py#L497 REAMINDER can be
*:
or(-)*:
.The text was updated successfully, but these errors were encountered: