fset: add filter "xxx" in /help fset

This commit is contained in:
Sébastien Helleu 2017-06-05 22:31:30 +02:00
parent 1f8fc6ec9b
commit 775e271ad8

View File

@ -501,6 +501,7 @@ fset_command_init ()
"filter can be used as input in fset buffer as well); allowed " "filter can be used as input in fset buffer as well); allowed "
"formats are:\n" "formats are:\n"
" * show all options (no filter)\n" " * show all options (no filter)\n"
" xxx show only options with \"xxx\" in name\n"
" f:xxx show only configuration file \"xxx\"\n" " f:xxx show only configuration file \"xxx\"\n"
" t:xxx show only type \"xxx\" (bool/int/str/col)\n" " t:xxx show only type \"xxx\" (bool/int/str/col)\n"
" d show only changed options\n" " d show only changed options\n"