mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Fix multiline parsing into the REPL
This commit is contained in:
@@ -81,6 +81,9 @@ mod rustyline_readline {
|
||||
.tab_stop(8)
|
||||
.build(),
|
||||
);
|
||||
// Parse multiple lines correctly
|
||||
repl.bind_sequence(KeyPress::BracketedPasteStart, Cmd::Noop);
|
||||
|
||||
repl.bind_sequence(
|
||||
KeyPress::ControlLeft,
|
||||
Cmd::Move(Movement::BackwardWord(1, Word::Vi)),
|
||||
|
||||
Reference in New Issue
Block a user