aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 0daff6d..f6ba516 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -1384,7 +1384,7 @@ sub cmd_ex_command {
return _warn("Ex-mode $1 doesn't exist!");
}
- $commands_ex->{$1}($arg_str);
+ $commands_ex->{$1}->{func}($arg_str);
}
sub ex_substitute {