mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Begin tab implementation
This commit is contained in:
@@ -207,7 +207,7 @@ func VSplit(args []string) {
|
||||
}
|
||||
|
||||
log.Println("loaded")
|
||||
MainTab.CurPane().vsplit(buf)
|
||||
MainTab().CurPane().vsplit(buf)
|
||||
}
|
||||
|
||||
// HSplit opens a horizontal split with file given in the first argument
|
||||
@@ -219,7 +219,7 @@ func HSplit(args []string) {
|
||||
return
|
||||
}
|
||||
|
||||
MainTab.CurPane().hsplit(buf)
|
||||
MainTab().CurPane().hsplit(buf)
|
||||
}
|
||||
|
||||
// Eval evaluates a lua expression
|
||||
|
||||
Reference in New Issue
Block a user