aboutsummaryrefslogtreecommitdiffstats
path: root/ido-mode
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-03-19 01:26:32 +0000
committerTom Feist <shabble@metavore.org>2011-03-19 01:26:32 +0000
commit623734e8f9c2b1e5648ea52425ad9ea5a170858d (patch)
tree0937bfd580229c8e66be16d5433bbc96fa2e55ee /ido-mode
parentMerge branch 'master' of github.com:shabble/irssi-scripts (diff)
downloadirssi-scripts-623734e8f9c2b1e5648ea52425ad9ea5a170858d.tar.gz
irssi-scripts-623734e8f9c2b1e5648ea52425ad9ea5a170858d.zip
ido-mode/ido_switcher: oops, /win goto, not just /win <num>
Diffstat (limited to 'ido-mode')
-rw-r--r--ido-mode/ido_switcher.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ido-mode/ido_switcher.pl b/ido-mode/ido_switcher.pl
index 6eeb7ca..db44523 100644
--- a/ido-mode/ido_switcher.pl
+++ b/ido-mode/ido_switcher.pl
@@ -416,7 +416,7 @@ sub get_all_windows {
_debug_print "Selecting window: " . $selected->{name};
# Irssi::command("WINDOW GOTO " . $selected->{name});
- Irssi::command("WINDOW " . $selected->{refnum});
+ Irssi::command("WINDOW GOTO" . $selected->{refnum});
if ($selected->{type} ne 'WIN') {
_debug_print "Selecting window item: " . $selected->{itemname};