We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed18f2 commit 92fc37bCopy full SHA for 92fc37b
isearch-project.el
@@ -276,7 +276,8 @@ SEARCH-STR : Search string."
276
(isearch-project-isearch-yank-string search-str)))
277
((memq this-command '(isearch-project-forward-symbol-at-point))
278
(when (char-or-string-p isearch-project-thing-at-point)
279
- (forward-char 1)
+ (unless (= (point) (point-max))
280
+ (forward-char 1))
281
(forward-symbol -1)
282
(isearch-project-isearch-yank-string isearch-project-thing-at-point)))))
283
0 commit comments