mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
6bdf609caa
Registers are stored inside `Editor` and accessed without `RwLock`. To work around ownership, I added a sister method to `Editor::current`: `Editor::current_with_context`. I tried to modify `Editor::current` directly but it's used at a lot of places so I reverted into this for now at least. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml |