summaryrefslogtreecommitdiff
path: root/src/core/wee-config.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-11-12 16:09:14 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-11-12 16:09:14 +0100
commitc7a1a01d8fdb65282cd6e68af095618be8ffcc5a (patch)
treecac5da84e1010b0c365ae51057b54ccf4b58e3f2 /src/core/wee-config.h
parentc8cf55c291fd0f1e48a386db34df2ea21aa3dbda (diff)
downloadweechat-c7a1a01d8fdb65282cd6e68af095618be8ffcc5a.zip
core: add new option weechat.completion.base_word_until_cursor: allow completion in middle of words (enabled by default) (task #9771)
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r--src/core/wee-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h
index 57ffd7941..e46e94707 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -222,6 +222,7 @@ extern struct t_config_option *config_color_nicklist_group;
extern struct t_config_option *config_color_nicklist_away;
extern struct t_config_option *config_color_nicklist_offline;
+extern struct t_config_option *config_completion_base_word_until_cursor;
extern struct t_config_option *config_completion_default_template;
extern struct t_config_option *config_completion_nick_add_space;
extern struct t_config_option *config_completion_nick_completer;