summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_dev.en.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index 0b8aca588..dd8a6673f 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -68,6 +68,7 @@ The main WeeChat directories are:
|    plugins/ | Plugin and scripting API.
|       alias/ | Alias plugin.
|       aspell/ | Aspell plugin.
+|       buflist/ | Buflist plugin.
|       charset/ | Charset plugin.
|       exec/ | Exec plugin.
|       fifo/ | Fifo plugin (FIFO pipe used to remotely send commands to WeeChat).
@@ -193,6 +194,10 @@ WeeChat "core" is located in following directories:
|       weechat-aspell-config.c | Aspell config options (file aspell.conf).
|       weechat-aspell-info.c | Aspell info/infolists/hdata.
|       weechat-aspell-speller.c | Spellers management.
+|    buflist/ | Buflist plugin.
+|       buflist.c | Main buflist functions.
+|       buflist-bar-item.c | Buflist bar items.
+|       buflist-config.c | Buflist config options (file buflist.conf).
|    charset/ | Charset plugin.
|       charset.c | Charset functions.
|    exec/ | Exec plugin.