Skip to content

Commit 0c04031

Browse files
phanenibhagwan
authored andcommitted
fix: backdrop shouldn't use &winborder too
follow-up: df5f134
1 parent 4677ae9 commit 0c04031

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/fzf-lua/win.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ function FzfWin:set_backdrop()
590590
focusable = false,
591591
-- -2 as preview border is -1
592592
zindex = self.winopts.zindex - 2,
593+
border = 'none',
593594
})
594595
utils.wo(self.backdrop_win, "winhighlight", "Normal:" .. self.hls.backdrop)
595596
utils.wo(self.backdrop_win, "winblend", self.winopts.backdrop)

0 commit comments

Comments
 (0)