move AutoComplete

This commit is contained in:
Simon Gardling
2022-05-11 21:45:11 -04:00
parent 2dfa0dd5af
commit 30475eb4f4
7 changed files with 113 additions and 115 deletions

View File

@@ -11,7 +11,7 @@ pub use crate::{
autocomplete_helper::compile_hashmap,
parsing::{process_func_str, BackingFunction},
suggestions::{
generate_hint, get_last_term, split_function, split_function_chars, Hint, HINT_EMPTY,
SUPPORTED_FUNCTIONS,
generate_hint, get_last_term, split_function, split_function_chars, AutoComplete, Hint,
Movement, HINT_EMPTY, SUPPORTED_FUNCTIONS,
},
};