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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user