1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

buflist: new plugin "buflist" (bar with list of buffers)

This commit is contained in:
Sébastien Helleu
2017-03-04 21:53:34 +01:00
parent 83117f8d2a
commit edfeb60e32
19 changed files with 658 additions and 10 deletions
+1
View File
@@ -53,6 +53,7 @@ TEST(Plugins, Loaded)
/* check that all plugins are properly loaded */
CHECK(hdata_search (hdata, plugins, "${plugin.name} == alias", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == aspell", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == buflist", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == charset", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == exec", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == fifo", 1));