1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +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 -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);