micro things

This commit is contained in:
Nico 2021-10-31 14:43:16 +00:00
parent e4dfafb025
commit d7768db6dd
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ function gotofile(bp)
if not path.IsAbs(p) then
p = path.Join(path.Dir(bp.buf.Path), p)
end
-- open in a split
-- open in a tab
-- TODO placement that's better than just splitting?
bp.HSplitCmd(bp, {p})
bp.NewTabCmd(bp, {p})
return false
end
end