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

fset: allow long type name in type filter

This commit is contained in:
Sébastien Helleu
2023-07-08 09:51:29 +02:00
parent 481e8f197d
commit 5b2cf75f6e
3 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -676,7 +676,8 @@ fset_command_init ()
" * show all options (no filter)\n"
" xxx show only options with \"xxx\" in name\n"
" f:xxx show only configuration file \"xxx\"\n"
" t:xxx show only type \"xxx\" (bool/int/str/col/enum)\n"
" t:xxx show only type \"xxx\" (bool/int/str/col/enum "
"or boolean/integer/string/color/enum)\n"
" d show only changed options\n"
" d:xxx show only changed options with \"xxx\" in "
"name\n"