mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-25 09:41:40 +08:00
Add missing quotation marks in autoload (#711)
This commit is contained in:
parent
c8337b654e
commit
ee1921b4c4
|
@ -45,8 +45,8 @@ function __autoload_erase
|
|||
or set function_indexes $function_indexes (contains -i $path $fish_function_path)
|
||||
end;
|
||||
test -n "$function_indexes"
|
||||
and set -e fish_function_path[$function_indexes]
|
||||
and set -e fish_function_path["$function_indexes"]
|
||||
test -n "$complete_indexes"
|
||||
and set -e fish_complete_path[$complete_indexes]
|
||||
and set -e fish_complete_path["$complete_indexes"]
|
||||
return 0
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue
Block a user