Formatting.

This commit is contained in:
LCD 47 2017-02-07 07:41:40 +02:00
parent 15c13a9889
commit 53a3db5e3b
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.8.0-19'
let g:_SYNTASTIC_VERSION = '3.8.0-21'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -35,7 +35,8 @@ function! SyntaxCheckers_haxe_haxe_GetLocList() dict
\ 'fname': syntastic#util#shescape(fnamemodify(hxml, ':t')),
\ 'args_after' : ['--no-output'] })
let errorformat = '%W%f:%l: characters %c-%n : Warning : %m,' .
let errorformat =
\ '%W%f:%l: characters %c-%n : Warning : %m,' .
\ '%E%f:%l: characters %c-%n : %m'
let loclist = SyntasticMake({