Add split_tree and ability to create splits

This commit is contained in:
Zachary Yedidia
2016-08-11 10:45:35 -04:00
parent 2cbd9428aa
commit cbbe312762
7 changed files with 202 additions and 51 deletions

View File

@@ -126,7 +126,7 @@ func SetOption(view *View, args []string) {
}
if option == "statusline" {
view.Resize(screen.Size())
// view.Resize(screen.Size())
}
err := WriteSettings(filename)