Early implementation of fuzzy completion menu

This commit is contained in:
2026-03-02 01:54:23 -05:00
parent 55ec28e104
commit 362be13b5b
9 changed files with 469 additions and 72 deletions

View File

@@ -66,7 +66,7 @@ pub trait ViMode {
}
}
#[derive(Default, Debug)]
#[derive(Default, Clone, Debug)]
pub struct ViInsert {
cmds: Vec<ViCmd>,
pending_cmd: ViCmd,