diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-20 15:57:46 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-20 15:57:46 +0100 |
commit | 3a6313c4b5646e73e3050dc61d22e3d244685a88 (patch) | |
tree | b41df5b16db9ad3d45e4792259b2407651c30add /doc/en/weechat_plugin_api.en.txt | |
parent | e6c775050ba472afd747f2075be729fbab8b1096 (diff) | |
download | weechat-3a6313c4b5646e73e3050dc61d22e3d244685a88.zip |
api: add support of nested variables in function string_eval_expression and command /eval (closes #35)
Diffstat (limited to 'doc/en/weechat_plugin_api.en.txt')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 7be917b19..b93ac9143 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -1819,6 +1819,10 @@ Evaluate an expression and return result as a string. Special variables with format `${variable}` are expanded (see command `/eval` in 'WeeChat User's guide'). +[NOTE] +Since version 0.4.4, nested variables are supported, for example: +`${color:${variable}}`. + Prototype: [source,C] |