mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
__fish_tokenizer_state: replace "str" with "state" (#8550)
Bug introduced 4c1173f
This commit is contained in:
parent
7a80ad74f4
commit
e25b719b26
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue