aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 93d9cb8..314f12c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;
}
}