aboutsummaryrefslogtreecommitdiffstats
path: root/ido-mode/ido_switcher.pl
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2010-12-06 21:15:11 +0000
committerTom Feist <shabble@metavore.org>2010-12-06 21:15:11 +0000
commitb77b15d1e986541546b9341dee1e6a27915f05f0 (patch)
tree877affd1fa67233189dc0dc2ac8290b2226c37f0 /ido-mode/ido_switcher.pl
parenteasy_exec: add author info block, Dump() function to call Data::Dumper (diff)
downloadirssi-scripts-b77b15d1e986541546b9341dee1e6a27915f05f0.tar.gz
irssi-scripts-b77b15d1e986541546b9341dee1e6a27915f05f0.zip
test commit
Diffstat (limited to '')
-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 38c3c13..5d75764 100644
--- a/ido-mode/ido_switcher.pl
+++ b/ido-mode/ido_switcher.pl
@@ -273,7 +273,7 @@ sub handle_keypress {
return;
}
- if ($key == 19) { # Ctrl-S
+ if ($key == 19) { # Ctrl-S
print "skipping to next match" if DEBUG;
next_match();
update_matches();