liner
liner copied to clipboard
Fails to compile, due to a borrowing bug in Context::read_line_with_init_buffer
In src/context.rs:98:20, self.key_bindings is used after self is borrowed by Editor::new_with_init_buffer.
I Still have this problem.