runtime/help: Align tab's documentation to vsplit

This commit is contained in:
Jöran Karl
2024-10-14 20:53:54 +02:00
parent acabf2b492
commit ff4c5c83f2
2 changed files with 5 additions and 2 deletions

View File

@@ -546,7 +546,8 @@ func (h *BufPane) EvalCmd(args []string) {
InfoBar.Error("Eval unsupported")
}
// NewTabCmd opens the given file in a new tab
// NewTabCmd opens one or more tabs with the files given as arguments
// If no file is given, it opens an empty buffer in a new tab
func (h *BufPane) NewTabCmd(args []string) {
width, height := screen.Screen.Size()
iOffset := config.GetInfoBarOffset()