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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user