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 7406433 commit 039a078Copy full SHA for 039a078
ivy-file-preview.el
@@ -242,7 +242,7 @@ If CURRENT-OV is non-nil it create overlay that are currently selected."
242
cand-fn (results '()) break (index 0))
243
(while (and (not break) (< index cands-len))
244
(setq current-cand (nth index cands)
245
- ln-data (split-string current-cand ":")
+ ln-data (ivy-file-preview--read-selection current-cand)
246
cand-fn (nth 0 ln-data))
247
(if (string= cand-fn fn)
248
(progn
0 commit comments