add show_completions_on_input setting to disable popping the completions menu automatically
This commit is contained in:
parent
958fd9ad55
commit
7f3018c3f6
6 changed files with 278 additions and 236 deletions
|
@ -24,7 +24,7 @@ pub fn marked_text(marked_text: &str) -> (String, Vec<usize>) {
|
|||
(unmarked_text, markers.remove(&'|').unwrap_or_default())
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Hash)]
|
||||
#[derive(Clone, Eq, PartialEq, Hash)]
|
||||
pub enum TextRangeMarker {
|
||||
Empty(char),
|
||||
Range(char, char),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue