summaryrefslogtreecommitdiff
path: root/src/core/wee-config.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-04-01 19:03:05 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-04-01 19:03:05 +0200
commitff83985ef4f4073f9430ee065b1d8982fb7c6318 (patch)
tree2b94f2cd1e36de9bb54a02153e1d30be8145bc21 /src/core/wee-config.h
parent51af351c15c0277d0c6f060624b67b04e77710df (diff)
downloadweechat-ff83985ef4f4073f9430ee065b1d8982fb7c6318.zip
Add default template completion (by default: nick or IRC channel)
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 bcefc2143..8739b0fa7 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -146,6 +146,7 @@ extern struct t_config_option *config_color_nicklist_prefix5;
extern struct t_config_option *config_color_nicklist_more;
extern struct t_config_option *config_color_nicklist_separator;
+extern struct t_config_option *config_completion_default_template;
extern struct t_config_option *config_completion_nick_completor;
extern struct t_config_option *config_completion_nick_first_only;
extern struct t_config_option *config_completion_nick_ignore_chars;