aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-commands.el')
-rw-r--r--evil-commands.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-commands.el b/evil-commands.el
index 49d5e3c..6ae1a45 100644
--- a/evil-commands.el
+++ b/evil-commands.el
@@ -3600,7 +3600,7 @@ This is the same as :%s//~/&"
;; flag. This isn't supported currently but should be simple to add
(evil-with-single-undo
(let ((case-fold-search
- (eq (evil-ex-regex-case pattern 'smart) 'insensitive))
+ (eq (evil-ex-regex-case pattern evil-ex-search-case) 'insensitive))
(command-form (evil-ex-parse command))
(transient-mark-mode transient-mark-mode)
(deactivate-mark deactivate-mark)