aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vim-mode/vim_mode.pl')
-rw-r--r--vim-mode/vim_mode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index 25b02b8..d970e9e 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -508,7 +508,7 @@ sub handle_command {
# Enter key sends the current input line in command mode as well.
} elsif ($key == 10) {
my $input = _input();
- my $cmdchars = Irssi::settings_get_str('cmdkeys');
+ my $cmdchars = Irssi::settings_get_str('cmdchars');
my $signal;
if ($input =~ /^[\Q$cmdchars\E]/) {