Skip to content

Commit

Permalink
did errorformat change?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber committed Nov 16, 2013
1 parent 329179b commit 49ea396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/urweb.vim
Expand Up @@ -126,7 +126,7 @@ fun! urweb#CompileRHS(target)
endif

"TODO error format
let efm='%f:%l:%c-%m,%f:%l:~%c-%m'
let efm='%f:%l:%c-%m,%f:%l:~%c-%m,%f:%l:%c:%m'

let urp = urweb#SetUrwebProjectFile()
let exe = urweb#URPContents(urp)['exe']
Expand Down

0 comments on commit 49ea396

Please sign in to comment.