Add missing quotation marks in autoload (#711)

pull/718/head
Kevin F. Konrad 5 years ago committed by Derek W. Stavis
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…
Cancel
Save