1
0
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:
Sébastien Helleu
2017-06-20 20:30:55 +02:00
parent a71cbf1f84
commit a55958863e
2 changed files with 98 additions and 41 deletions
+3
View File
@@ -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"