Fix small tab problem

This commit is contained in:
Zachary Yedidia
2019-01-11 15:04:55 -05:00
parent 1ca8d61a75
commit 5fc5c63ce6
2 changed files with 20 additions and 5 deletions

View File

@@ -1047,7 +1047,7 @@ func (h *BufHandler) AddTab() bool {
Tabs.AddTab(tp)
Tabs.SetActive(len(Tabs.List) - 1)
return true
return false
}
// PreviousTab switches to the previous tab in the tab list