fix(picker): enable relative windows

This commit is contained in:
kiyan
2021-06-29 10:15:25 +02:00
parent ed7f3851d1
commit 92ee4471fd

View File

@@ -245,7 +245,6 @@ function M.pick_window()
return id ~= tree_winid return id ~= tree_winid
and win_config.focusable and win_config.focusable
and not win_config.external and not win_config.external
and not win_config.relative
end, win_ids) end, win_ids)
-- If there are no selectable windows: return. If there's only 1, return it without picking. -- If there are no selectable windows: return. If there's only 1, return it without picking.