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

Syntastic not working for more than one directory deep #39

Open
calind opened this issue Mar 25, 2015 · 0 comments
Open

Syntastic not working for more than one directory deep #39

calind opened this issue Mar 25, 2015 · 0 comments

Comments

@calind
Copy link

calind commented Mar 25, 2015

If I edit the file ./hello.nim syntastic works perfectly, but if I edit ./test/hello_test.nim and vim CWD is ./ syntastic won't work for ./test/hello_test.nim.

I guess that this has something to do with the fact that nim check --hints:off test/hello_test.nim outputs
hello_test.nim(5, 1) Error: value of type 'bool' has to be discarded
instead of
test/hello_test.nim(5, 1) Error: value of type 'bool' has to be discarded
and this somehow confuses buffers.

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

1 participant