fix: another case of incorrect alternate buffers (#60)
This commit is contained in:
parent
4152810907
commit
b36ba91b7a
3 changed files with 30 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue