1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

core: fix bug in completion of command /window

This commit is contained in:
Sebastien Helleu
2011-07-30 08:49:57 +02:00
parent ba37caca69
commit 47b9c2b9e2
+1 -1
View File
@@ -5870,7 +5870,7 @@ command_init ()
" || page_up -window %(windows_numbers)"
" || page_down -window %(windows_numbers)"
" || refresh"
" || scroll -window"
" || scroll -window %(windows_numbers)"
" || scroll_horiz -window %(windows_numbers)"
" || scroll_up -window %(windows_numbers)"
" || scroll_down -window %(windows_numbers)"