# Description Fixes a bug where the autocompletion menu has the wrong colors due to 'std::fs::symlink_metadata' not being able to handle relative paths. Attached below are screenshots before and after applying the commit, in which the colors are wrong when autocompleting on a path prefixed by a tilde, whereas the same directory is highlighted correctly when prefixed by a dot. BEFORE:   AFTER:   |
||
---|---|---|
.. | ||
base.rs | ||
command_completions.rs | ||
completer.rs | ||
completion_common.rs | ||
completion_options.rs | ||
custom_completions.rs | ||
directory_completions.rs | ||
dotnu_completions.rs | ||
file_completions.rs | ||
flag_completions.rs | ||
mod.rs | ||
variable_completions.rs |