Make vim visual block work better
This commit is contained in:
parent
ab050d1890
commit
cb76b2a6ad
10 changed files with 85 additions and 32 deletions
|
@ -568,7 +568,6 @@ fn up_down_buffer_rows(
|
|||
|
||||
let (goal_wrap, goal_x) = match goal {
|
||||
SelectionGoal::WrappedHorizontalPosition((row, x)) => (row, x),
|
||||
SelectionGoal::WrappedHorizontalRange { end: (row, x), .. } => (row, x),
|
||||
SelectionGoal::HorizontalRange { end, .. } => (select_nth_wrapped_row, end),
|
||||
SelectionGoal::HorizontalPosition(x) => (select_nth_wrapped_row, x),
|
||||
_ => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue