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 7807dc7 commit 715473eCopy full SHA for 715473e
ivy-file-preview.el
@@ -109,10 +109,6 @@ It could either by `project-directory' or `default-directory'")
109
(memq ivy-file-preview--this-command '(ivy-searcher-search-file
110
ivy-searcher-search-project)))
111
112
-;;
113
-;; (@* "Util" )
114
115
-
116
(defun ivy-file-preview--init-ov-data ()
117
"Initialize overlays data."
118
;; NOTE: Custom overlays data.
@@ -133,6 +129,10 @@ It could either by `project-directory' or `default-directory'")
133
129
(pop cand)
134
130
(string= ivy-file-preview--selected-file (plist-get cand :file))))))))
135
131
132
+;;
+;; (@* "Util" )
+
136
(defun ivy-file-preview--match-end (&optional pos index)
137
"Get matching end by currently selected candidate.
138
0 commit comments