[PATCH] use evil-word for symbol expansion
Tim Harper
timcharper at gmail.com
Wed Dec 31 23:16:32 CET 2014
---
evil-search.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-search.el b/evil-search.el
index f75c043..9814f24 100644
--- a/evil-search.el
+++ b/evil-search.el
@@ -273,7 +273,7 @@ otherwise for the word at point."
(not (string= string "")))
(evil-search string forward t))
(t
- (setq string (evil-find-thing forward (if symbol 'symbol 'word)))
+ (setq string (evil-find-thing forward (if symbol 'symbol 'evil-word)))
(cond
((null string)
(user-error "No word under point"))
--
2.2.1
More information about the implementations-list
mailing list