We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0491b1 commit 19beea2Copy full SHA for 19beea2
1 file changed
lua/fzf-lua/win.lua
@@ -692,7 +692,7 @@ function FzfWin:new(o)
692
end
693
694
function FzfWin:get_winopts(win, opts)
695
- if not win or not api.nvim_win_is_valid(win) then return end
+ if not win or not api.nvim_win_is_valid(win) then return {} end
696
local ret = {}
697
for opt, _ in pairs(opts) do
698
if utils.nvim_has_option(opt) then
0 commit comments