-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Current Behavior
when CARAPACE_MATCH
is set to 1
, trying to complete with pkill --signal a
yields no result
Expected Behavior
when CARAPACE_MATCH
is set to 1
, trying to complete with pkill --signal a
yields:
ABRT -- Abnormal termination
ALRM -- Virtual alarm clock
Steps To Reproduce
- set
CARAPACE_MATCH
to1
- type
pkill --signal a
- press tab to trigger completion
Version
1.0.7
OS
- Darwin
- Linux
- Termux
- Windows
Shell
- Bash
- Elvish
- Fish
- Nushell
- Oil
- Powershell
- Xonsh
- Zsh
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:
Line 18 in 49b6747
strings.EqualFold(s, t) |
strings.EqualFold
when CASE_INSENSITIVE
is enabled.