emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c68d2cc 189/272: ivy.el (ivy-thing-at-point): Try ffap-fil


From: Oleh Krehel
Subject: [elpa] master c68d2cc 189/272: ivy.el (ivy-thing-at-point): Try ffap-file-at-point
Date: Mon, 25 Apr 2016 10:13:25 +0000

branch: master
commit c68d2cce028b9907264583f803dca33d4b19429e
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy-thing-at-point): Try ffap-file-at-point
    
    Very useful on Windows with it's weird path names.
---
 ivy.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ivy.el b/ivy.el
index 2148880..fd8c81b 100644
--- a/ivy.el
+++ b/ivy.el
@@ -301,6 +301,7 @@ This should eventually become a stack so that you could use
   "Return a string that corresponds to the current thing at point."
   (or
    (thing-at-point 'url)
+   (ffap-file-at-point)
    (let (s)
      (cond ((stringp (setq s (thing-at-point 'symbol)))
             (if (string-match "\\`[`']?\\(.*?\\)'?\\'" s)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]