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

highlight: ignore url attribute #127

Merged
merged 1 commit into from
Nov 15, 2024
Merged

highlight: ignore url attribute #127

merged 1 commit into from
Nov 15, 2024

Conversation

bk2204
Copy link

@bk2204 bk2204 commented Nov 13, 2024

This attribute is used with Neovim 0.10 to indicate the target of a link. As an example, it should be sufficient to run :he treesitter, at which point Neovim will emit it due to the URL. There are, of course, various other help pages which trigger the issue.

We don't do anything with it now, which is fine, but not handling it in some way causes an error to be logged to the terminal, which is undesirable. Ignore this attribute for now, and we can decide in the future if and how we want to handle it.

This attribute is used with Neovim 0.10 to indicate the target of a
link.  As an example, it should be sufficient to run `:he treesitter`,
at which point Neovim will emit it due to the URL.  There are, of
course, various other help pages which trigger the issue.

We don't do anything with it now, which is fine, but not handling it in
some way causes an error to be logged to the terminal, which is
undesirable.  Ignore this attribute for now, and we can decide in the
future if and how we want to handle it.
@Lyude Lyude merged commit bdc38c6 into Lyude:main Nov 15, 2024
3 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.

2 participants