helix/helix-view/src
Benoît CORTIER 8664d70e73 Replace Editor::current by a macro
This is necessary to workaround ownership issues across function calls.
The issue notably arised when implementing the registers into `Editor`
and I was getting annoyed again when implementing copy/pasting into
system clipboard.
The problem is addressed by using macro calls instead of function calls.
There is no notable side effect.
2021-06-18 09:38:10 +09:00
..
document.rs Configurable keys 2 (Mapping keys to commands) (#268) 2021-06-17 20:08:05 +09:00
editor.rs Replace Editor::current by a macro 2021-06-18 09:38:10 +09:00
lib.rs Replace Editor::current by a macro 2021-06-18 09:38:10 +09:00
macros.rs Replace Editor::current by a macro 2021-06-18 09:38:10 +09:00
register_selection.rs Implement missing Debug and update Cargo.lock 2021-06-10 22:00:08 +09:00
theme.rs Add theme key for selected line number 2021-06-16 15:00:14 +09:00
tree.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
view.rs add alternate file (#223) 2021-06-12 21:21:06 +09:00