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

No shared changes when editing several files at the same time #32

Open
badouralix opened this issue Jul 13, 2017 · 2 comments
Open

No shared changes when editing several files at the same time #32

badouralix opened this issue Jul 13, 2017 · 2 comments
Labels

Comments

@badouralix
Copy link
Collaborator

When editing files of a common tex project in parallel ( at least in the case of several vim instances ), changes on a given file do not show up when recompiling the output of another given file.


Steps to reproduce:

  1. Given the given two files main.tex and appendix.tex:
\documentclass{article}
\begin{document}
Hello,
\input{appendix}
\end{document}
% !TEX root = main.tex
world!
  1. Open each file in a separate vim instance by running vim main.tex and vim appendix.tex in two different shells.

  2. Run :LLPStartPreview in each vim instance.

  3. Edit one file without saving it, then the other. The other pdf output is updated without the changes of the one file. (Saving the one file and focusing on the other file will update the output as expected.)

@badouralix badouralix added the bug label Jul 13, 2017
@teeuwen
Copy link

teeuwen commented Oct 25, 2017

I can also reproduce this issue. This also occurs when you have 2+ buffers opened in the same VIM instance.

@bradwood
Copy link

bradwood commented Feb 9, 2020

Yup, this is a dealbreaker for my workflow :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants