-
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
Citation highlighting disappears after buffer switch #2165
Labels
Comments
lervag
added a commit
that referenced
this issue
Sep 11, 2021
Thanks! Should be fixed now! Btw, you really should use |
Thank you for such a quick response and for telling me about the `set
hidden` option. I was bothered by being prompted to save, too, but I didn't
know there was a way to override it.
…On Sat, Sep 11, 2021 at 2:39 AM Karl Yngve Lervåg ***@***.***> wrote:
Thanks! Should be fixed now!
Btw, you really *should* use set hidden in your config. In neovim, this
is already the default, and I don't really see any reason not to set this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2165 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACA72EPYSOYGKOEAFQ46YS3UBMPT7ANCNFSM5D2XVZ2A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Best,
Tom Vamvanij
|
No problem, glad to help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Citation highlighting disappears after a switch to a different buffer. Recompilation is necessary to bring it back. This issue didn't exist before the fix for #2152.
The only line is my
.latexmkrc
is$pdf_mode = 4;
.Steps to reproduce
gvim -u minimal.vim minimal.tex
\autocites
e dummy.tex
to switch bufferctrl-6
switch back<local-leader>ll
to compile.Expected behavior
Syntax highlighting should not be affected by switching buffer.
Actual behavior
Citation highlighting disappears after buffer is switched.
Do you use a latexmkrc file?
Yes
VimtexInfo
The text was updated successfully, but these errors were encountered: