-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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:
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
