From 1ed6000dd2a995bcd67e99b1c89aa1e2c4a6f1e6 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Wed, 3 Apr 2024 11:43:49 +0200 Subject: Add completion to execute Completes on the command, not on following arguments if written directly at the prompt. --- src/main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/main.c') diff --git a/src/main/main.c b/src/main/main.c index 6048b63..a020b9f 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -310,7 +310,7 @@ int main(int argc, char *argv[]) { struct keymap *current_keymap = NULL; init_bindings(); - init_completion(&buflist); + init_completion(&buflist, &commands); timers_init(); float frame_time = 0.f; -- cgit v1.2.3