Fix small tab problem

This commit is contained in:
Zachary Yedidia
2019-01-11 15:04:55 -05:00
parent 0f1483dc8c
commit 149b3ae89f
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