diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-18 10:37:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-04 21:57:41 +0200 |
commit | f8116216110504bb5d85ca863189f68617f22188 (patch) | |
tree | 8d863fac874b5535a0488aa077f8de4595632713 /ChangeLog.adoc | |
parent | 6c8d6eef58603cd3b70d7cc5b7325ee200dd81cf (diff) | |
download | weechat-f8116216110504bb5d85ca863189f68617f22188.zip |
script: fix buffer used by command `/script list -i|-il|-o|-ol`
The command is now executed on the buffer where it is received instead of the
current buffer (in most cases this is the same buffer, but could be different
sometimes).
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 41c7f6ba3..b2a33ffcc 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -29,6 +29,7 @@ Bug fixes:: * core: fix cursor position after `/plugin list -i` or `/plugin list -il` * irc: fix display of country code in message 344 received as whois geo info (issue #1736) * script: fix cursor position after `/script list -i` or `/script list -il` + * script: fix buffer used by command `/script list -i|-il|-o|-ol` Tests:: |