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
You also need to configure your shell for case insensitive matching: https://superuser.com/a/1092328 .
Otherwise it filters out the the values provided by carapace.
(i should add documentation for that)
Current Behavior
when
CARAPACE_MATCH
is set to1
, trying to complete withpkill --signal a
yields no resultExpected Behavior
when
CARAPACE_MATCH
is set to1
, trying to complete withpkill --signal a
yields:Steps To Reproduce
CARAPACE_MATCH
to1
pkill --signal a
Version
1.0.7
OS
Shell
Anything else?
Not the root cause of this since the example uses prefix for completion, but there seems be to another bug in the relevant code file:
carapace/pkg/match/match.go
Line 18 in 49b6747
strings.EqualFold
whenCASE_INSENSITIVE
is enabled.Polar
The text was updated successfully, but these errors were encountered: