mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-23 17:27:14 +09:00
Add tabbar and tab mouse support
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package action
|
||||
|
||||
import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/zyedidia/micro/cmd/micro/buffer"
|
||||
@@ -206,7 +205,6 @@ func VSplit(args []string) {
|
||||
return
|
||||
}
|
||||
|
||||
log.Println("loaded")
|
||||
MainTab().CurPane().vsplit(buf)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user