Skip to content

Commit 6b47266

Browse files
committed
Fixed search symbol at not working at the beginnning of the symbol.
1 parent fe121e4 commit 6b47266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

isearch-project.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ SEARCH-STR : Search string."
276276
(isearch-project-isearch-yank-string search-str)))
277277
((memq this-command '(isearch-project-forward-symbol-at-point))
278278
(when (char-or-string-p isearch-project-thing-at-point)
279+
(forward-char 1)
279280
(forward-symbol -1)
280281
(isearch-project-isearch-yank-string isearch-project-thing-at-point)))))
281282

0 commit comments

Comments
 (0)