fix(picker): enable relative windows
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user