diff options
| author | Justin Burkett <justin@burkett.cc> | 2017-05-12 10:05:15 -0400 |
|---|---|---|
| committer | Justin Burkett <justin@burkett.cc> | 2017-05-12 10:05:15 -0400 |
| commit | 6d0083f1f874709338a922e130fe39308418f087 (patch) | |
| tree | 2d17e7883d66008e4c9d8ce061e8c938686c5af7 /evil-search.el | |
| parent | 155ee40cd4a6041b548a06420767d8aabdba7fd0 (diff) | |
Fix typo in evil-ex-define-argument-type substitution
Diffstat (limited to 'evil-search.el')
| -rw-r--r-- | evil-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-search.el b/evil-search.el index 49dadbd..a0b8041 100644 --- a/evil-search.el +++ b/evil-search.el @@ -1173,7 +1173,7 @@ This handler highlights the pattern of the current substitution." (evil-range (line-beginning-position) (line-end-position) 'line - :expaned t)))) + :expanded t)))) (setq evil-ex-substitute-current-replacement replacement) (evil-expand-range range) (evil-ex-hl-set-region 'evil-ex-substitute |
