You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
zsh completion adds a space every time a partial completion is entered (most noticeably after "@" versions and "/" in paths), requiring deleting the space before continuing to type command
To Reproduce
use zsh
try completing the following commands:
type mise link node<tab> (completes to mise link node@ with trailing space)
type mise link node@18 /opt/homebr<tab> (completes to mise link node@18 /opt/homebrew with trailing space)
Expected behavior
above would complete to mise link node@no trailing space mise link node@18 /opt/homebrew/trailing slash, no trailing space
Additional context
I don't think there is anything remarkable about my .zshrc. No problems w/ completion on other commands, I'm not using omz or any other frameworks, just
Describe the bug
zsh completion adds a space every time a partial completion is entered (most noticeably after "@" versions and "/" in paths), requiring deleting the space before continuing to type command
To Reproduce
mise link node<tab>
(completes tomise link node@
with trailing space)mise link node@18 /opt/homebr<tab>
(completes tomise link node@18 /opt/homebrew
with trailing space)Expected behavior
above would complete to
mise link node@
no trailing spacemise link node@18 /opt/homebrew/
trailing slash, no trailing spacemise doctor
outputAdditional context
I don't think there is anything remarkable about my .zshrc. No problems w/ completion on other commands, I'm not using omz or any other frameworks, just
The text was updated successfully, but these errors were encountered: