__fish_tokenizer_state: replace "str" with "state" (#8550)
Bug introduced 4c1173f
This commit is contained in:
parent
7a80ad74f4
commit
e25b719b26
@ -13,7 +13,7 @@ function __fish_tokenizer_state --description "Print the state of the tokenizer
|
||||
|
||||
set -l state normal
|
||||
if set -q _flag_initial_state
|
||||
set str $_flag_initial_state
|
||||
set state $_flag_initial_state
|
||||
end
|
||||
|
||||
for char in (string split -- "" $argv[1])
|
||||
|
Loading…
x
Reference in New Issue
Block a user