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

pid error #47

Closed
petobens opened this issue Aug 7, 2014 · 2 comments
Closed

pid error #47

petobens opened this issue Aug 7, 2014 · 2 comments

Comments

@petobens
Copy link

petobens commented Aug 7, 2014

The docs state that

... the entry pid is only available if vim-latex-latexmk is enabled g:latex_latexmk_enabled.

I don't use latexmk so in my vimrc I set

let g:latex_latexmk_enabled = 0

However if I then run :echo latex#info() I get the following error

Error detected while processing function latex#info:
line   20:
E716: Key not present in Dictionary: pid
E15: Invalid expression: d.pid

Is it possible to suppress that error when g:latex_latexmk_enabled is set to 0?

@lervag lervag closed this as completed in 7c5d330 Aug 10, 2014
@lervag
Copy link
Owner

lervag commented Aug 10, 2014

Yes, that was a bug. Thanks for reporting!

@petobens
Copy link
Author

Thank you for fixing it!

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

2 participants