Skip to content

Commit 715473e

Browse files
committed
Org.
1 parent 7807dc7 commit 715473e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ivy-file-preview.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ It could either by `project-directory' or `default-directory'")
109109
(memq ivy-file-preview--this-command '(ivy-searcher-search-file
110110
ivy-searcher-search-project)))
111111

112-
;;
113-
;; (@* "Util" )
114-
;;
115-
116112
(defun ivy-file-preview--init-ov-data ()
117113
"Initialize overlays data."
118114
;; NOTE: Custom overlays data.
@@ -133,6 +129,10 @@ It could either by `project-directory' or `default-directory'")
133129
(pop cand)
134130
(string= ivy-file-preview--selected-file (plist-get cand :file))))))))
135131

132+
;;
133+
;; (@* "Util" )
134+
;;
135+
136136
(defun ivy-file-preview--match-end (&optional pos index)
137137
"Get matching end by currently selected candidate.
138138

0 commit comments

Comments
 (0)