1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

fset: add examples in /help fset

This commit is contained in:
Sébastien Helleu
2017-06-03 16:44:07 +02:00
parent ab7830e32a
commit 0953659d32
+11 -1
View File
@@ -575,7 +575,17 @@ fset_command_init ()
"\n"
"Note: spaces at beginning of input are ignored, so for example "
"\"q\" closes the fset buffer while \" q\" searches all options "
"with \"q\" inside name."),
"with \"q\" inside name.\n"
"\n"
"Examples:\n"
" show IRC options changed:\n"
" /fset d:irc.*\n"
" show all options with \"nicklist\" in name:\n"
" /fset nicklist\n"
" 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"),
"-bar"
" || -toggle_bar"
" || -refresh"