1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

spell: allow special dict value "-" to disable spell checking on a specific buffer (closes #1699)

This commit is contained in:
Sébastien Helleu
2022-09-17 10:44:21 +02:00
parent 2b2ba62600
commit a99fc17d40
26 changed files with 414 additions and 130 deletions
+3
View File
@@ -116,6 +116,9 @@ spell_completion_dicts_cb (const void *pointer, void *data,
0, WEECHAT_LIST_POS_SORT);
}
weechat_completion_list_add (completion, "-",
0, WEECHAT_LIST_POS_BEGINNING);
delete_aspell_dict_info_enumeration (elements);
delete_aspell_config (config);
#endif /* USE_ENCHANT */