vim gigv (#13028)
Release Notes: - vim: Fix `gi` when the insert ended at the end of a line (#12162) - vim: Add `gv` to restore previous visual selection (#12888) - vim: Fix `gl` when the first match is at the end of a line
This commit is contained in:
parent
3539a7c04a
commit
3b84b106e2
12 changed files with 239 additions and 49 deletions
|
@ -84,6 +84,7 @@ pub struct EditorState {
|
|||
pub replacements: Vec<(Range<editor::Anchor>, String)>,
|
||||
|
||||
pub marks: HashMap<String, Vec<Anchor>>,
|
||||
pub stored_visual_mode: Option<(Mode, Vec<bool>)>,
|
||||
pub change_list: Vec<Vec<Anchor>>,
|
||||
pub change_list_position: Option<usize>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue