12 lines
217 B
VimL
12 lines
217 B
VimL
|
|
|
|
let current_compiler = 'newt'
|
|
if exists(":CompilerSet") != 2
|
|
command -nargs=* CompilerSet setlocal <args>
|
|
endif
|
|
|
|
CompilerSet makeprg=newt
|
|
" doesn't work
|
|
setlocal errorformat=ERROR\ at\ %f:(%l\,\ %c):\ %m,%-G%.%#
|
|
|