Skip to content

Commit d0b7f80

Browse files
phanenibhagwan
authored andcommitted
fix: don't set cursorline in terminal buffer
1 parent 696f8c0 commit d0b7f80

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lua/fzf-lua/win.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,9 @@ function FzfWin:set_style_minimal(winid, global)
11791179
self:set_winopts(winid, {
11801180
number = false,
11811181
relativenumber = false,
1182-
cursorline = false,
1182+
-- BUG(upstream): causes issues with winopts.split=enew
1183+
-- https://github.com/neovim/neovim/issues/37484
1184+
-- cursorline = false,
11831185
cursorcolumn = false,
11841186
spell = false,
11851187
list = false,

0 commit comments

Comments
 (0)