1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

fset: add filters "h=xxx" and "he=xxx" to filter options by description (translated or in English)

This commit is contained in:
Sébastien Helleu
2019-08-24 07:13:34 +02:00
parent 04162214d4
commit 61c5d08320
22 changed files with 463 additions and 371 deletions
+4
View File
@@ -646,6 +646,10 @@ fset_command_init ()
"value\n"
" d==xxx show only changed options with exact value "
"\"xxx\"\n"
" h=xxx show only options with \"xxx\" in "
"description (translated)\n"
" he=xxx show only options with \"xxx\" in "
"description (in English)\n"
" =xxx show only options with \"xxx\" in value\n"
" ==xxx show only options with exact value \"xxx\"\n"
" c:xxx show only options matching the evaluated "