aboutsummaryrefslogtreecommitdiff
path: root/evil-ex.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-ex.el')
-rw-r--r--evil-ex.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-ex.el b/evil-ex.el
index b375a74..491eef0 100644
--- a/evil-ex.el
+++ b/evil-ex.el
@@ -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))