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

Feature Request: log compilation warnings and errors #34

Open
BenjaminPollak opened this issue Jul 20, 2017 · 5 comments
Open

Feature Request: log compilation warnings and errors #34

BenjaminPollak opened this issue Jul 20, 2017 · 5 comments

Comments

@BenjaminPollak
Copy link

Hi all,

I think it may be worthwhile to log errors somewhere. Maybe the file could go in ~/.LLPLOGS/.warning.log. That way, the user could easily split screen to see warnings. Would anybody have interest in tackling this with me?

Benjamin

@badouralix
Copy link
Collaborator

Hi @BenjaminPollak

Thanks for the feedback! Actually, this is a really good idea! vimtex has implemented such a feature, it could be interesting to dig into their implementation to get an idea on how to design the feature. I'm also thinking about vim-plug which outputs some logs, and I doubt they write a separate file to do so.

How about having some external commands like :LLPShowLog to open a new buffer with the last logs, etc.?

@BenjaminPollak
Copy link
Author

BenjaminPollak commented Jul 20, 2017

@badouralix, thank you for your suggestions! I'll look into the suggestions that you made and see what I can do! I like the idea of putting the log stuff in another buffer.

EDIT: And thank you for tagging this appropriately!

@ranguli
Copy link
Contributor

ranguli commented Jul 25, 2017

Hi @BenjaminPollak, let me know what you need and I'll see if I can assist!

@BenjaminPollak
Copy link
Author

Thanks, @ranguli! I'm realizing that I really don't have the skills to build this yet as I've never written in VimScript. I'm slowly working through Learn VimScript the Hard Way.

Is that a good start? Is there a better source for learning VimScript?

@ranguli
Copy link
Contributor

ranguli commented Jul 26, 2017

@BenjaminPollak That's what I'm currently working through as well! It seems like a good choice 👍

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

No branches or pull requests

3 participants