Multicursor vim registers (#13025)
Release Notes: - vim: Added support for multicursor registers (#11687) - vim: Added support for the `"/` register
This commit is contained in:
parent
068b1c235c
commit
a5af5b2883
17 changed files with 333 additions and 250 deletions
|
@ -17,9 +17,9 @@ use workspace::{searchable::Direction, Workspace};
|
|||
use crate::{
|
||||
motion::{start_of_line, Motion},
|
||||
normal::substitute::substitute,
|
||||
normal::yank::{copy_selections_content, yank_selections_content},
|
||||
object::Object,
|
||||
state::{Mode, Operator},
|
||||
utils::{copy_selections_content, yank_selections_content},
|
||||
Vim,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue