further work on implementing vi features

This commit is contained in:
2025-05-22 03:36:27 -04:00
parent 62756b4732
commit b81f3bb731
13 changed files with 1871 additions and 1624 deletions

7
Cargo.lock generated
View File

@@ -160,6 +160,7 @@ dependencies = [
"nix",
"pretty_assertions",
"regex",
"unicode-segmentation",
"unicode-width",
]
@@ -336,6 +337,12 @@ version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-width"
version = "0.2.0"