Skip to content

Commit df5f134

Browse files
phanenibhagwan
authored andcommitted
fix: force border = "none" for scrollbar to ignore &winborder
1 parent aeff813 commit df5f134

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lua/fzf-lua/win.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,8 @@ function FzfWin:update_preview_scrollbar()
12961296
height = o.wininfo.height,
12971297
zindex = self.winopts.zindex + 1,
12981298
row = 0,
1299-
col = o.wininfo.width + scrolloff
1299+
col = o.wininfo.width + scrolloff,
1300+
border = "none",
13001301
}
13011302
local full = vim.tbl_extend("keep", {
13021303
zindex = empty.zindex + 1,

0 commit comments

Comments
 (0)