diff options
| author | Tom Feist <shabble@metavore.org> | 2010-12-06 21:15:11 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2010-12-06 21:15:11 +0000 | 
| commit | b77b15d1e986541546b9341dee1e6a27915f05f0 (patch) | |
| tree | 877affd1fa67233189dc0dc2ac8290b2226c37f0 | |
| parent | easy_exec: add author info block, Dump() function to call Data::Dumper (diff) | |
| download | irssi-scripts-b77b15d1e986541546b9341dee1e6a27915f05f0.tar.gz irssi-scripts-b77b15d1e986541546b9341dee1e6a27915f05f0.zip | |
test commit
| -rw-r--r-- | ido-mode/ido_switcher.pl | 2 | 
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(); | 
