summaryrefslogtreecommitdiff
path: root/src/plugins/aspell/weechat-aspell-config.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-11-04 11:50:15 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-11-04 11:50:15 +0100
commit57d5afeda51be24f6dae13f4082fb91e90cdf3b2 (patch)
treec4c783a54600a1a5a960ae081d5ed032cca67f7e /src/plugins/aspell/weechat-aspell-config.h
parent9e94bfd48b9c17cacdc48f6c1e29dcde9fafaa6f (diff)
downloadweechat-57d5afeda51be24f6dae13f4082fb91e90cdf3b2.zip
aspell: add bar item "aspell_suggest": suggestions for misspelled word at cursor (task #12061) (patch from Nils Görs)
Diffstat (limited to 'src/plugins/aspell/weechat-aspell-config.h')
-rw-r--r--src/plugins/aspell/weechat-aspell-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/aspell/weechat-aspell-config.h b/src/plugins/aspell/weechat-aspell-config.h
index 11dc05920..b66c08434 100644
--- a/src/plugins/aspell/weechat-aspell-config.h
+++ b/src/plugins/aspell/weechat-aspell-config.h
@@ -31,6 +31,7 @@ extern struct t_config_option *weechat_aspell_config_check_default_dict;
extern struct t_config_option *weechat_aspell_config_check_during_search;
extern struct t_config_option *weechat_aspell_config_check_enabled;
extern struct t_config_option *weechat_aspell_config_check_real_time;
+extern struct t_config_option *weechat_aspell_config_check_suggestions;
extern struct t_config_option *weechat_aspell_config_check_word_min_length;
extern char **weechat_aspell_commands_to_check;