summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-06-18 10:37:12 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-07-04 21:57:41 +0200
commitf8116216110504bb5d85ca863189f68617f22188 (patch)
tree8d863fac874b5535a0488aa077f8de4595632713 /ChangeLog.adoc
parent6c8d6eef58603cd3b70d7cc5b7325ee200dd81cf (diff)
downloadweechat-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.adoc1
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::