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

@@ -1458,6 +1458,7 @@ static const struct cmd_t command_defs[] = {
CMD_TAG_UI)
CMD_SYN(
"/spellcheck on|off",
"/spellcheck list",
"/spellcheck lang <locale>")
CMD_DESC(
"Enable or disable spellchecking, or set the language.")