Fix text to refer to status-keys not mode-keys, GitHub issue 5191.

This commit is contained in:
nicm
2026-06-10 16:08:03 +00:00
parent 2719549cf2
commit 4702e58ee5

View File

@@ -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",