mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 05:47:06 +09:00
Fix small tab problem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user