-
Notifications
You must be signed in to change notification settings - Fork 56
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
Quickfix Formatting for Jumping to Errors #63
Comments
I use Syntastic and the plugin tries to automatically integrate with it. The result should be that you see the compilation errors as soon as you save the file. To jump from error to error, nothing beats unimpaired's |
I don't use many plugins and my workflow for handling compiler errors is I'll see if I can dive into the code to find a way to get this done for Nim output. Thanks |
The plugin modifies few settings from stock vim that should be relevant. It sets |
The I do have a Makefile, so perhaps using it causes Vim to skip your compiler file in the plugin? |
I just came back to playing with Nim again and thought I'd revive this thread. Jumping to errors still doesn't work for me when using :make |
Are there any plans to implement some sort of quickfix window formatting so that we can jump to lines referenced in compiler output?
The text was updated successfully, but these errors were encountered: