1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

buflist: display a warning when the script "buffers.pl" is loaded

This commit is contained in:
Sébastien Helleu
2017-06-05 14:56:14 +02:00
parent 4947ed6d31
commit fa3a4355ce
15 changed files with 165 additions and 15 deletions
+1
View File
@@ -26,6 +26,7 @@ New features::
Improvements::
* core: allow index for hdata arrays in evaluation of expressions
* buflist: display a warning when the script "buffers.pl" is loaded
* buflist: add support of char "~" in option buflist.look.sort for case insensitive comparison
* buflist: add variable `${current_buffer}` (boolean "0" / "1") in bar item evaluation
* trigger: add "irc_server" and "irc_channel" pointers in data for IRC signal/modifier hooks