1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

fset: add option fset.look.show_plugin_description

This commit is contained in:
Sébastien Helleu
2017-05-31 21:40:42 +02:00
parent ee3d5474b9
commit f555d588b8
3 changed files with 34 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ extern struct t_config_file *fset_config_file;
extern struct t_config_option *fset_config_look_condition_catch_set;
extern struct t_config_option *fset_config_look_help_bar;
extern struct t_config_option *fset_config_look_show_plugin_description;
extern struct t_config_option *fset_config_look_use_keys;
extern struct t_config_option *fset_config_look_use_mute;