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.
helix-plus/helix-term/src
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.
3 years ago
..
ui Remove RwLock for registers 3 years ago
application.rs lsp: Check bounds when converting lsp positions (#204) 3 years ago
args.rs Separate helix-term as a library 3 years ago
commands.rs Remove RwLock for registers 3 years ago
compositor.rs Disable failing doctest 3 years ago
keymap.rs Refactor keymap definitions using macros 3 years ago
lib.rs Separate helix-term as a library 3 years ago
main.rs Create all parent directories for config and cache 3 years ago