1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

core: add template %(windows_numbers) for first argument of command /window

This commit is contained in:
Sebastien Helleu
2012-12-20 19:29:11 +01:00
parent 9b10edb6c5
commit 85eb3424cd
+2 -1
View File
@@ -6668,7 +6668,8 @@ command_init ()
" || scroll_unread -window %(windows_numbers)"
" || swap up|down|left|right|-window %(windows_numbers)"
" || zoom -window %(windows_numbers)"
" || merge all|-window %(windows_numbers)",
" || merge all|-window %(windows_numbers)"
" || %(windows_numbers)",
&command_window, NULL);
}