feature/evil: don't quote ex-buffer-match regex on evil-ex-bang
This commit is contained in:
parent
80aa086680
commit
5711bfc903
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ evil-window-move-* (e.g. `evil-window-move-far-left')"
|
|||
(not (zerop (length arg))))
|
||||
(condition-case lossage
|
||||
(let ((pattern (evil-ex-make-substitute-pattern
|
||||
(if evil-ex-bang (regexp-quote arg) arg)
|
||||
arg
|
||||
(or flags (list))))
|
||||
(range (or (evil-copy-range evil-ex-range)
|
||||
(evil-range (or beg (line-beginning-position))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue