aboutsummaryrefslogtreecommitdiffstats
path: root/ido-mode
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-03-19 01:30:47 +0000
committerTom Feist <shabble@metavore.org>2011-03-19 01:30:47 +0000
commit1d362e5a547a4eba1b6ff81334f48c808a80ba18 (patch)
tree80ec29ffcccc87a2ccc61d996724626846bc03ba /ido-mode
parentido-mode/ido_switcher: oops again, try using the actual hash key. Maybe even (diff)
downloadirssi-scripts-1d362e5a547a4eba1b6ff81334f48c808a80ba18.tar.gz
irssi-scripts-1d362e5a547a4eba1b6ff81334f48c808a80ba18.zip
ido-mode/ido_switcher: last one, I promise!
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 cd789f8..91da08b 100644
--- a/ido-mode/ido_switcher.pl
+++ b/ido-mode/ido_switcher.pl
@@ -416,7 +416,7 @@ sub get_all_windows {
_debug_print sprintf("Selecting window: %s (%d)",
$selected->{name}, $selected->{num});
- Irssi::command("WINDOW GOTO" . $selected->{num});
+ Irssi::command("WINDOW GOTO " . $selected->{num});
if ($selected->{type} ne 'WIN') {
_debug_print "Selecting window item: " . $selected->{itemname};