lua jump to right line

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-05-05T09:25:29Z Indexed on 2010/05/05 9:28 UTC
Read the original article Hit count: 195

Filed under:
|

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!

© Stack Overflow or respective owner

Related posts about vim

Related posts about lua