mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0c2cf39ce7
This doesn't fundamentally change `Registers` - it extends the underlying storage of each regular `Register` (a sequence of `String`) to support a history of yanked values by storing a limited set of past yanks and tracking the length of each yank. This commit also changes `Registers::write` to accept an IntoIterator of the values. But otherwise this compiles with no changes necessary to callers and no behavior changes visible from outside the module. History is limited at 10 entries to set a rough bounds on memory usage. |
4 months ago | |
---|---|---|
.. | ||
src | 4 months ago | |
tests/encoding | 3 years ago | |
Cargo.toml | 5 months ago |