-
Notifications
You must be signed in to change notification settings - Fork 391
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
User autocommands broken after commit 00ed2f1 #2166
Comments
I can confirm that it broke both my mac nvim and linux nvim. |
My UltiSinps is broken after this update. |
Fixed indeed, thank you! |
Fixed now. I'm sorry for introducing the bug just before releasing v2.7. But I believe most people more or less follow the latest version from github. |
Probably want to cut a quick v2.7.1 nevertheless? |
Thanks for providing the useful and to the point issue description; and for noticing and reporting immediately! |
Done. |
Description
The latest commit 00ed2f1 broke user autocommands; specifically the line
vimtex/syntax/tex.vim
Line 43 in 00ed2f1
(removing the
<buffer>
avoids the error).Steps to reproduce
Use the following
mini.vim
(to avoid interference from installed packages):nvim --clean -u min.vim test.tex
:doautocmd User Foo
(These steps are pointless but minimal; they reproduce similar errors from the builtin LSP client and Telescope when opening
tex
buffers, for example.)Actual behavior
VimtexInfo
The text was updated successfully, but these errors were encountered: