branch: master commit 48b5638d01d1c044657e5552b28532bfb161ffeb Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
ivy.el (ivy-next-history-element): Don't add symbol bounds for file names --- ivy.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ivy.el b/ivy.el index c16b7af..15c760c 100644 --- a/ivy.el +++ b/ivy.el @@ -871,6 +871,7 @@ Call the permanent action if possible." (progn (insert ivy--default) (when (and (with-ivy-window (derived-mode-p 'prog-mode)) + (not (file-exists-p ivy--default)) (> (point) (minibuffer-prompt-end))) (undo-boundary) (insert "\\_>")