diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-26 20:04:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-26 20:04:58 +0200 |
commit | 4a95d78c45574b6678f1d7f2d89ee361977899c4 (patch) | |
tree | 24f4a02fbdcc8bf5c703f7134ebcde8ec7d59a08 /src/core | |
parent | dd0c20f6b6e3c500fff7da78123f55bd871dc0fd (diff) | |
download | weechat-4a95d78c45574b6678f1d7f2d89ee361977899c4.zip |
core: add variable ${property} in evaluation of options weechat.buffer.* (issue #352)
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 1ab9a7195..980b7891b 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2563,7 +2563,8 @@ config_weechat_buffer_create_option_cb (const void *pointer, void *data, "mask \"%s\"; " "content is evaluated, see /help eval; " "${buffer} is a pointer to the buffer being " - "opened"), + "opened, ${property} is the name of the property " + "being set"), pos + 1, buffer_mask); ptr_option = config_file_new_option ( |