diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 08:57:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 09:06:55 +0200 |
commit | 1a0ba4a9dc56c0de9655390b13d91d2cdddf37a3 (patch) | |
tree | d8673fc0ed8bc9bae739d28ed6d38f09297ec371 /doc/en/weechat_plugin_api.en.adoc | |
parent | e921b9f432314a60cb3ab186b67a4d58c3d2c549 (diff) | |
download | weechat-1a0ba4a9dc56c0de9655390b13d91d2cdddf37a3.zip |
api: add modifier "eval_path_home" (issue #60)
Diffstat (limited to 'doc/en/weechat_plugin_api.en.adoc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 679638b3e..4f2b34e08 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -11381,6 +11381,13 @@ List of modifiers defined by WeeChat and plugins that can be used: - | Any string. | String with WeeChat colors converted to ANSI colors. + +| [[hook_modifier_eval_path_home]] eval_path_home + + _(WeeChat ≥ 2.7)_ | + - | + Any string. | + Evaluated path, result of the function + <<_string_eval_path_home,string_eval_path_home>>. |=== C example: |