Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

:Mix compile errors don't work with vim quickfix #99

Closed
drichardson opened this issue May 17, 2017 · 4 comments
Closed

:Mix compile errors don't work with vim quickfix #99

drichardson opened this issue May 17, 2017 · 4 comments

Comments

@drichardson
Copy link

When :Mix compile produces errors, they don't showup in the quickfix window.

Steps to Reproduce

  1. mix new quickfix
  2. edit quickfix/lib/quickfix.ex to have a syntax error
  3. Open vim in the quickfix directory.
    4: In vim, :Mix compile
  4. Observe Compliation error report.
  5. In vim, :cope to open quickfix window.

Results

Empty window.

Expected

List of compliation errors I could navigate using :cn and :cp.

@drichardson
Copy link
Author

I'm not familiar with vim scripting, but if you can point me in the right direction, I can take a stab at addressing this problem myself.

@slashmili
Copy link
Owner

@drichardson that would be great!

Take a look at this resources:

@drichardson
Copy link
Author

I haven't looked at this, and probably won't any time soon since I'm not using elixir at the moment.

@slashmili
Copy link
Owner

I close this issue for now

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

No branches or pull requests

2 participants