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: stop showing get_diagnostic when cursor exceed position #1387

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

quasi-mod
Copy link

This patch fixes the problem which diagnostics keeps on showing even when cursor position exceeds diagnosed area in get_diagnostic. It fixes the condition clause in get_diagnostic to correctly determine the cursor position to show.
This is a followup fix from Issue #1270.

This patch fixes the problem which diagnostics keeps on showing
even when cursor position exceeds diagnosed area in get_diagnostic.
It fixes the condition clause in get_diagnostic to correctly determine
the cursor position to show.
This is a followup fix from Issue nvimdev#1270.
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.

None yet

1 participant