liner icon indicating copy to clipboard operation
liner copied to clipboard

Fails to compile, due to a borrowing bug in Context::read_line_with_init_buffer

Open Kyllingene opened this issue 3 years ago • 1 comments

In src/context.rs:98:20, self.key_bindings is used after self is borrowed by Editor::new_with_init_buffer.

Kyllingene avatar Jan 04 '23 03:01 Kyllingene

I Still have this problem. image

NxtTAB avatar Aug 04 '23 07:08 NxtTAB