mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
fset: add missing enum in /help fset
This commit is contained in:
@@ -694,7 +694,7 @@ fset_command_init ()
|
||||
" c:xxx show only options matching the evaluated "
|
||||
"condition \"xxx\", using following variables: file, section, "
|
||||
"option, name, parent_name, type, type_en, type_short "
|
||||
"(bool/int/str/col/enum), type_tiny (b/i/s/c), default_value, "
|
||||
"(bool/int/str/col/enum), type_tiny (b/i/s/c/e), default_value, "
|
||||
"default_value_undef, value, quoted_value, value_undef, "
|
||||
"value_changed, parent_value, min, max, description, description2, "
|
||||
"description_en, description_en2, string_values\n"
|
||||
@@ -715,7 +715,7 @@ fset_command_init ()
|
||||
" - ${type}: option type (translated)\n"
|
||||
" - ${type_en}: option type (in English)\n"
|
||||
" - ${type_short}: short option type (bool/int/str/col/enum)\n"
|
||||
" - ${type_tiny}: tiny option type (b/i/s/c)\n"
|
||||
" - ${type_tiny}: tiny option type (b/i/s/c/e)\n"
|
||||
" - ${default_value}: option default value\n"
|
||||
" - ${default_value_undef}: \"1\" if default value is null, "
|
||||
"otherwise \"0\"\n"
|
||||
|
||||
Reference in New Issue
Block a user