Use expanded version of text for env var completion
This commit is contained in:
parent
75f4c54d8c
commit
07621ce096
@ -183,7 +183,7 @@ pub fn completions(
|
||||
CompletionAnalysis::String { original, expanded: Some(expanded) } => {
|
||||
completions::extern_abi::complete_extern_abi(acc, ctx, expanded);
|
||||
completions::format_string::format_string(acc, ctx, original, expanded);
|
||||
completions::env_vars::complete_cargo_env_vars(acc, ctx, original)
|
||||
completions::env_vars::complete_cargo_env_vars(acc, expanded);
|
||||
}
|
||||
CompletionAnalysis::UnexpandedAttrTT {
|
||||
colon_prefix,
|
||||
|
Loading…
x
Reference in New Issue
Block a user