Skip to content

Commit

Permalink
Merge pull request jesseduffield#314 from glvr182/feature/fix-keybind…
Browse files Browse the repository at this point in the history
…-crash

Fix bug related to limit view
  • Loading branch information
jesseduffield authored Nov 8, 2018
2 parents dcb6216 + 32d1289 commit c2eaeab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
}
v.Title = gui.Tr.SLocalize("NotEnoughSpace")
v.Wrap = true
g.SetCurrentView(v.Name())
}
return nil
}
Expand Down

0 comments on commit c2eaeab

Please sign in to comment.