Switch the cursor side of the selection after a [ motion
This commit is contained in:
parent
c602172edb
commit
62fc82b86f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ impl Vim {
|
|||
return;
|
||||
};
|
||||
|
||||
selection.set_head_tail(range.end, range.start, SelectionGoal::None);
|
||||
selection.set_head_tail(range.start, range.end, SelectionGoal::None);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue