Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug related to limit view #314

Merged
merged 3 commits into from
Nov 8, 2018
Merged

Fix bug related to limit view #314

merged 3 commits into from
Nov 8, 2018

Conversation

glvr182
Copy link
Contributor

@glvr182 glvr182 commented Oct 28, 2018

Solves #312

@codecov-io
Copy link

codecov-io commented Oct 28, 2018

Codecov Report

Merging #314 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #314   +/-   ##
=======================================
  Coverage   94.27%   94.27%           
=======================================
  Files          13       13           
  Lines        1782     1782           
=======================================
  Hits         1680     1680           
  Misses         99       99           
  Partials        3        3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dcb6216...32d1289. Read the comment docs.

@glvr182
Copy link
Contributor Author

glvr182 commented Oct 31, 2018

@jesseduffield this is done

@@ -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())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error return value of g.SetCurrentView is not checked

Copy link
Owner

@jesseduffield jesseduffield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jesseduffield jesseduffield merged commit c2eaeab into jesseduffield:master Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants