---
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
_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list