diff options
| -rw-r--r-- | vim-mode/vim_mode.pl | 2 | 
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 { | 
