diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-30 08:49:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-30 08:49:57 +0200 |
commit | 47b9c2b9e220d52c3de52bad22cbf3d437ac7c7d (patch) | |
tree | 396759cdf62bb9befe509aa35636469967803f1c | |
parent | ba37caca699a94af07efecbdd564f7435f7e850a (diff) | |
download | weechat-47b9c2b9e220d52c3de52bad22cbf3d437ac7c7d.zip |
core: fix bug in completion of command /window
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index c7268dbe9..e6615b1f8 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -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)" |