mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
fset: add variables ${empty_xxx} (a field with only spaces for indentation)
This commit is contained in:
@@ -691,6 +691,9 @@ fset_command_init ()
|
||||
" - option data, raw format (no colors/spaces):\n"
|
||||
" - same names prefixed by two underscores, for example: "
|
||||
"${__name}, ${__type}, ...\n"
|
||||
" - option data, only spaces:\n"
|
||||
" - same names prefixed with \"empty_\", for example: "
|
||||
"${empty_name}, ${empty_type}\n"
|
||||
" - other data:\n"
|
||||
" - ${selected_line}: \"1\" if the line is selected, "
|
||||
"otherwise \"0\"\n"
|
||||
|
||||
Reference in New Issue
Block a user