fix: another case of incorrect alternate buffers (#60)

This commit is contained in:
Steven Arcangeli 2023-03-05 23:57:58 -08:00
parent 4152810907
commit b36ba91b7a
3 changed files with 30 additions and 0 deletions

View file

@ -405,6 +405,7 @@ M.select = function(opts)
vertical = opts.vertical,
horizontal = opts.horizontal,
split = opts.split,
keepalt = true,
}
if vim.tbl_isempty(mods) then
mods = nil