fix: filter unnecessary completions after colon

This commit is contained in:
yue4u 2022-11-12 22:33:40 +09:00
parent 45ec315e01
commit f26d5484d8
5 changed files with 162 additions and 16 deletions

View file

@ -164,7 +164,6 @@ pub fn completions(
completions::vis::complete_vis_path(&mut completions, ctx, path_ctx, has_in_token);
}
}
// prevent `(` from triggering unwanted completion noise
return Some(completions.into());
}