Reuse existing suggestion when inserting to avoid flickering
This commit is contained in:
parent
6715e5247c
commit
1162615043
2 changed files with 117 additions and 53 deletions
|
@ -81,7 +81,7 @@ impl Status {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub struct Completion {
|
||||
pub position: Anchor,
|
||||
pub text: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue