feat: Add /spellcheck list command

To list all available dictionaries.

Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
Michael Vetter
2026-03-26 23:08:58 +01:00
parent 4922366366
commit ed2fdf88ac
5 changed files with 51 additions and 0 deletions

View File

@@ -568,6 +568,7 @@ cmd_ac_init(void)
autocomplete_add(spellcheck_ac, "on");
autocomplete_add(spellcheck_ac, "off");
autocomplete_add(spellcheck_ac, "list");
autocomplete_add(spellcheck_ac, "lang");
autocomplete_add(disco_ac, "info");