lua jump to right line
- by anon
I have a makefile that looks like:
default:
lua blah.lua
Now, in vim, I type ":make"
There's an error in my lua code; it gives a file name + line number. I would like vim to jump to the right file/line. How do I make this happen?
Thanks!