diff options
Diffstat (limited to 'evil-command-window.el')
| -rw-r--r-- | evil-command-window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-command-window.el b/evil-command-window.el index 91cc5b6..e70469e 100644 --- a/evil-command-window.el +++ b/evil-command-window.el @@ -87,7 +87,7 @@ it will be used as the function to execute instead of (config (current-window-configuration))) (evil-ex-teardown) (select-window (minibuffer-selected-window) t) - (evil-ex-command-window current (apply-partially 'evil-ex-command-window-execute config)))) + (evil-command-window-ex current (apply-partially 'evil-ex-command-window-execute config)))) (defun evil-ex-search-command-window () "Start command window with search history and current minibuffer content." |
