helix-mods/helix-core
Benoît CORTIER 6bdf609caa Remove RwLock for registers
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.
2021-06-15 23:01:56 +08:00
..
src Remove RwLock for registers 2021-06-15 23:01:56 +08:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Bump once_cell from 1.7.2 to 1.8.0 (#255) 2021-06-14 17:46:12 +09:00