aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r--helix-term/src/commands.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 9cf5630d..c07f44dc 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -3393,6 +3393,8 @@ fn command_mode(cx: &mut Context) {
None
});
+ // Calculate initial completion
+ prompt.recalculate_completion(cx.editor);
cx.push_layer(Box::new(prompt));
}