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
When I use tab for auto completion an error occurs.
To Reproduce
Open a shell, press tab.
Expected behavior
The error not to occur.
Shell output
~/.config/fish/functions/_fifc_action.fish (line 29): array indices start at 1, not 0.
if test -n "$$comp[$i][1]"
^
in function '_fifc_action' with arguments 'source'
called on line 1 of file ~/.config/fish/functions/_fifc.fish
in command substitution
called on line 26 of file ~/.config/fish/functions/_fifc.fish
in function '_fifc'
~/.config/fish/functions/_fifc_action.fish (line 34): array indices start at 1, not 0.
if test -n "$$comp[$i][2]"
^
in function '_fifc_action' with arguments 'source'
called on line 1 of file ~/.config/fish/functions/_fifc.fish
in command substitution
called on line 26 of file ~/.config/fish/functions/_fifc.fish
in function '_fifc'
~/.config/fish/functions/_fifc_action.fish (line 46): array indices start at 1, not 0.
set _fifc_extract_regex "$$comp[$i][7]"
^
in function '_fifc_action' with arguments 'source'
called on line 1 of file ~/.config/fish/functions/_fifc.fish
in command substitution
called on line 26 of file ~/.config/fish/functions/_fifc.fish
in function '_fifc'
~/.config/fish/functions/_fifc_action.fish (line 55): array indices start at 1, not 0.
else if test "$action" = source; and test -n "$$comp[$i][5]"
^
in function '_fifc_action' with arguments 'source'
called on line 1 of file ~/.config/fish/functions/_fifc.fish
in command substitution
System (please complete the following information):
Using fish, version 3.7.1 on MacOS 15.0.1.
Additional context
I installed fifc using fisher. Error started to occur today. I'm updating the module daily using fisher update and it was working fine earlier this week.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use
tab
for auto completion an error occurs.To Reproduce
Open a shell, press
tab
.Expected behavior
The error not to occur.
Shell output
System (please complete the following information):
Using
fish, version 3.7.1
on MacOS 15.0.1.Additional context
I installed
fifc
usingfisher
. Error started to occur today. I'm updating the module daily usingfisher update
and it was working fine earlier this week.The text was updated successfully, but these errors were encountered: