Merge VisualChange -> Substitute

They both are supposed to work the same.
This commit is contained in:
Conrad Irwin 2023-07-28 14:38:45 -06:00
parent 236b755b1d
commit 0c15ef7305
5 changed files with 87 additions and 126 deletions

View file

@ -3,7 +3,7 @@ mod change;
mod delete;
mod scroll;
mod search;
mod substitute;
pub mod substitute;
mod yank;
use std::{borrow::Cow, sync::Arc};