implemented history for the line editor
This commit is contained in:
@@ -223,6 +223,7 @@ impl Verb {
|
||||
}
|
||||
pub fn is_char_insert(&self) -> bool {
|
||||
matches!(self,
|
||||
Self::Change |
|
||||
Self::InsertChar(_) |
|
||||
Self::ReplaceChar(_)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user