diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-04 16:22:47 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | 384b3adf9e0d00c68635d0a141b2a76e98243aab (patch) | |
tree | 684c156e1c02e7d0b636a33a138a6184dfc4b644 /src/plugins/fset/fset-command.c | |
parent | 88bc4d9cc1019652e5fb19298e4332b4b3c17c3e (diff) | |
download | weechat-384b3adf9e0d00c68635d0a141b2a76e98243aab.zip |
fset: use English short type name for ${type} in filter, remove ${type_en}
Diffstat (limited to 'src/plugins/fset/fset-command.c')
-rw-r--r-- | src/plugins/fset/fset-command.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 016bc2bba..be36dbd95 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -515,9 +515,9 @@ fset_command_init () " ==xxx show only options with exact value \"xxx\"\n" " c:xxx show only options matching the evaluated " "condition \"xxx\", using following variables: name, parent_name, " - "type, type_en, default_value, default_value_undef, value, " - "value_undef, value_changed, parent_value, min, max, description, " - "description_en, string_values\n" + "type (bool/int/str/col), default_value, default_value_undef, " + "value, value_undef, value_changed, parent_value, min, max, " + "description, description_en, string_values\n" " s:x,y sort options by fields x,y " "(see /help fset.look.sort)\n" " s: reset sort to its default value " @@ -586,7 +586,7 @@ fset_command_init () " show all values which contain \"red\":\n" " /fset =red\n" " show all integer options in irc plugin:\n" - " /fset c:${name} =~ ^irc.* && ${type_en} == integer"), + " /fset c:${name} =~ ^irc.* && ${type} == int"), "-bar" " || -toggle_bar" " || -refresh" |