diff options
Diffstat (limited to 'evil-ex.el')
| -rw-r--r-- | evil-ex.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -718,6 +718,7 @@ This function interprets special file names like # and %." (cond ((not evil-ex-range) (setq this-command evil-ex-command) + (evil-exit-visual-state) (run-hooks 'pre-command-hook) (call-interactively evil-ex-command) (run-hooks 'post-command-hook)) |
