diff options
| -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(); | 
