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 4727ac0 commit 2bb5890Copy full SHA for 2bb5890
ivy-file-preview.el
@@ -200,7 +200,7 @@ If CURRENT-OV is non-nil it create overlay that are currently selected."
200
(overlay-put ol 'face (if current-ov 'ivy-current-match
201
'ivy-minibuffer-match-highlight))
202
(overlay-put ol 'priority (if current-ov 100 0))
203
- (push ol ivy-file-preview--overlays) ; NOTE: Eventually get managed bt list.
+ (push ol ivy-file-preview--overlays) ; NOTE: Eventually get managed to list.
204
ol))
205
206
(defun ivy-file-preview--make-current-overlay (&optional beg end)
0 commit comments