summaryrefslogtreecommitdiffstats
path: root/src/event_exec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/event_exec.rs')
-rw-r--r--src/event_exec.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event_exec.rs b/src/event_exec.rs
index 9ab4688..3bb6ba1 100644
--- a/src/event_exec.rs
+++ b/src/event_exec.rs
@@ -1240,6 +1240,7 @@ impl LeaveMode {
pub fn bulk(status: &mut Status, colors: &Colors) -> Result<()> {
status.execute_bulk()?;
+ status.bulk = None;
status.update_second_pane_for_preview(colors)
}