Skip to content

Quickfix output not allowing first error to be opened #24

@DanBradbury

Description

@DanBradbury

After setting let g:rubytest_in_quickfix = 1 everything looked to function as expected:

  • Run test
  • Errors added to quickfix

However when the output finishes and the first error is opened the following happens:

screenshot 2014-10-15 10 12 27

It looks like the filename is getting prepended with [ which is leading to the inability to open the actual file.

I am a quickfix noob and tried to use :set modifiable in hopes that I could just remove the [ char and the file would open as desired. Hopefully someone has seen this issue before and there is a quick fix. (in the meantime I'll dig into the code and see if anything stands out)

Investigation
How quickfix list is created in the ExecTest(cmd) function

cex system(cmd)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions