diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-12 17:53:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-12 17:53:02 +0200 |
commit | adbfd276604bc8025e439ab0ec7345d26a8bc4e8 (patch) | |
tree | 9b47499aee598263de06ba56545c5121a15d9f19 /ChangeLog.adoc | |
parent | 6d7f10ef2010a7b0c31712e06d7db66c3ab6a2ff (diff) | |
download | weechat-adbfd276604bc8025e439ab0ec7345d26a8bc4e8.zip |
core: fix completion after newline in input (closes #1925)
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 9a677a181..c10192dc1 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -52,6 +52,7 @@ New features:: Bug fixes:: + * core: fix completion after newline in input (issue #1925) * core: display a specific error when trying to bind a key without area in mouse context * core: fix display of key with command `/key bindctxt <context> <key>` * core: fix default value of bar options (issue #846) |