diff options
| author | Jonas Maier <> | 2026-05-24 19:25:45 +0200 |
|---|---|---|
| committer | Jonas Maier <> | 2026-05-24 19:25:45 +0200 |
| commit | 76ce59936d6d1c03ea291e6631db26339d310c19 (patch) | |
| tree | b0cbff9bf3fac0bb3b9ad9580f6e83bcc51b0056 /src/lib.rs | |
| parent | 01a198b8ad42680c9333039c75317d1787120c78 (diff) | |
| download | pish-76ce59936d6d1c03ea291e6631db26339d310c19.tar.gz | |
less broken multiline editing
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -431,6 +431,7 @@ pub fn event_loop() { drop(se); // not sure if/how to report this error - would be strange to print something to console every time a keybind command returns nonzero exit code. let _ = run::run_quiet(session.clone(), cmd); + session.lock().unwrap().cohere().unwrap(); continue 'repl; } } |
