1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

core: fix completion of command /item refresh

This commit is contained in:
Sébastien Helleu
2024-06-09 09:11:03 +02:00
parent 12b8ebe4e4
commit df67f7a0ea
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@
- tcl: fix return value of function hdata_longlong ([#2119](https://github.com/weechat/weechat/issues/2119))
- relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters ([#1549](https://github.com/weechat/weechat/issues/1549))
- relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure ([#1549](https://github.com/weechat/weechat/issues/1549))
- core: fix completion of command `/item refresh`
- core: fix detection of libgcrypt ≥ 1.11 ([debian #1071960](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071960))
- core, relay: fix include directory of libcjson and libzstd
- tests: fix relay tests on s390x ([#2118](https://github.com/weechat/weechat/issues/2118))
+1 -1
View File
@@ -8799,7 +8799,7 @@ command_init ()
"list"
" || add|addreplace %(custom_bar_item_add_arguments)|%*"
" || rename %(custom_bar_items_names) %(custom_bar_items_names)"
" || refresh %(custom_bar_items_names)|%*"
" || refresh %(bars_items)|%*"
" || recreate %(custom_bar_items_names)"
" || del %(custom_bar_items_names)|%*",
&command_item, NULL, NULL);