diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-20 18:47:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-20 18:47:28 +0100 |
commit | f814dc27f4c9cf40f51d1afef3df971287b89d1f (patch) | |
tree | 3d5f956e7977c4978ae7dbbd2d8ccde13ed450d8 /doc/en/dev/plugin_c_api.en.xml | |
parent | 0b8f80d3b5ec10a26cbc5f5ed951a44e84349701 (diff) | |
download | weechat-f814dc27f4c9cf40f51d1afef3df971287b89d1f.zip |
Add buffer name completion for command /filter
Diffstat (limited to 'doc/en/dev/plugin_c_api.en.xml')
-rw-r--r-- | doc/en/dev/plugin_c_api.en.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/dev/plugin_c_api.en.xml b/doc/en/dev/plugin_c_api.en.xml index 22a19278a..a3be40b32 100644 --- a/doc/en/dev/plugin_c_api.en.xml +++ b/doc/en/dev/plugin_c_api.en.xml @@ -5051,6 +5051,10 @@ struct t_hook *weechat_hook_command ( <entry>Buffers names</entry> </row> <row> + <entry>%B</entry> + <entry>Buffers names (with plugin name)</entry> + </row> + <row> <entry>%c</entry> <entry>Configuration files</entry> </row> |