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: Remove some logspam #2623

Merged
merged 2 commits into from
Jun 2, 2024
Merged

Conversation

fredizzimo
Copy link
Member

What kind of change does this PR introduce?

  • Remove the error log for WindowCommand sent to uninitialized grid when multigrid is disabled.
  • Remove unnecessary prepare_lines message

Did this PR introduce a breaking change?

A breaking change includes anything that breaks backwards compatibility either at compile or run time.

  • No

Neovim sometimes sends draw commands with grid id, even when multigrid
is disabled, so completely ignore those.
Copy link

github-actions bot commented Jun 2, 2024

Test Results

  6 files    6 suites   17s ⏱️
110 tests 110 ✅ 0 💤 0 ❌
644 runs  644 ✅ 0 💤 0 ❌

Results for commit 5b0a640.

@Kethku
Copy link
Member

Kethku commented Jun 2, 2024

looks good to me

@fredizzimo fredizzimo merged commit 425da9f into neovide:main Jun 2, 2024
12 checks passed
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.

Issues with --no-multigrid
2 participants