Doug McInnes

Vim Jasmine Error Format

May 8th 2012

I couldn’t find an acceptable Vim errorformat for when running Jasmine tests with quickfix (specifically using Jasmine’s ConsoleReporter), so I made my own.

If any of that made sense this may be of some use to you :)

set errorformat=%E\ \ %.%#Error:%m,%-G%.%#/jasmine.js:%.%#,%C\ %#at\ %.%#\ (%f:%l:%c)
blog comments powered by Disqus