From 4702e58ee5b546a0dc472f28c719129551004ef8 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 10 Jun 2026 16:08:03 +0000 Subject: [PATCH] Fix text to refer to status-keys not mode-keys, GitHub issue 5191. --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index 81f28be6..90c8fb57 100644 --- a/options-table.c +++ b/options-table.c @@ -739,7 +739,7 @@ const struct options_table_entry options_table[] = { .flags = OPTIONS_TABLE_IS_STYLE, .separator = ",", .text = "Style of the command prompt when in command mode, if " - "'mode-keys' is set to 'vi'." + "'status-keys' is set to 'vi'." }, { .name = "message-format",