Make vim visual block work better
This commit is contained in:
parent
ab050d1890
commit
cb76b2a6ad
10 changed files with 85 additions and 32 deletions
|
@ -8,7 +8,6 @@ pub enum SelectionGoal {
|
|||
HorizontalPosition(f32),
|
||||
HorizontalRange { start: f32, end: f32 },
|
||||
WrappedHorizontalPosition((u32, f32)),
|
||||
WrappedHorizontalRange { start: (u32, f32), end: (u32, f32) },
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue