kablamo / VimDebug

Integrate your debugger with Vim. Currently supports Perl, Python, and Ruby. This code is very much in beta.
37 stars 7 forks source link

Fix line and file parse #11

Closed lucs closed 13 years ago

lucs commented 13 years ago

Two mistakes fixed. One mistake is kind of forgiveable, because I wasn't familiar enough with the code (setting the line and file to undef when the debugger doesn't mention them), the other one, I'm a bit embarrassed about (beginner mistake: using a $1 value without checking if the regex match succeeded).

kablamo commented 13 years ago

merged.