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 fe121e4 commit 6b47266Copy full SHA for 6b47266
isearch-project.el
@@ -276,6 +276,7 @@ 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)
280
(forward-symbol -1)
281
(isearch-project-isearch-yank-string isearch-project-thing-at-point)))))
282
0 commit comments