1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

fset: add marking/unmarking of options matching filter with input "m:" and "u:"

This commit is contained in:
Sébastien Helleu
2017-06-17 14:09:47 +02:00
parent 121faf7b12
commit 01ce879433
4 changed files with 81 additions and 28 deletions
+6
View File
@@ -720,6 +720,12 @@ fset_command_init ()
"(command: /fset -refresh)\n"
" $ refresh options (keep marked options)\n"
" $$ refresh options (unmark all options)\n"
" m:xxx mark options displayed and matching "
"filter \"xxx\" (any filter on option or value is allowed, "
"see filters above)\n"
" u:xxx unmark options displayed and matching "
"filter \"xxx\" (any filter on option or value is allowed, "
"see filters above)\n"
" p toggle plugin description options "
"(plugins.desc.*)\n"
" v toggle help bar\n"