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

Some text in filetype.vim is incorrectly highlighted #14765

Closed
lkintact opened this issue May 13, 2024 · 2 comments
Closed

Some text in filetype.vim is incorrectly highlighted #14765

lkintact opened this issue May 13, 2024 · 2 comments

Comments

@lkintact
Copy link

Steps to reproduce

In $VIMRUNTIME\filetype.vim the text augroup END in lines 2738 and 3008 is highlighted in vimAugroupError, which seems to be incorrect.

Expected behaviour

.

Version of Vim

9.1.296

Environment

.

Logs and stack traces

No response

@lkintact lkintact added the bug label May 13, 2024
@chrisbra
Copy link
Member

That is probably because the list of autocommands is so huge. I think a :syn sync fromstart fixes it.

@chrisbra
Copy link
Member

I am closing this as not a bug.

@chrisbra chrisbra closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2024
@k-takata k-takata removed the bug label May 27, 2024
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

No branches or pull requests

3 participants