Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 53a3db5

Browse files
committed
Formatting.
1 parent 15c13a9 commit 53a3db5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.8.0-19'
22+
let g:_SYNTASTIC_VERSION = '3.8.0-21'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

syntax_checkers/haxe/haxe.vim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ function! SyntaxCheckers_haxe_haxe_GetLocList() dict
3232

3333
if hxml !=# ''
3434
let makeprg = self.makeprgBuild({
35-
\ 'fname': syntastic#util#shescape(fnamemodify(hxml, ':t')),
35+
\ 'fname': syntastic#util#shescape(fnamemodify(hxml, ':t')),
3636
\ 'args_after' : ['--no-output'] })
3737

38-
let errorformat = '%W%f:%l: characters %c-%n : Warning : %m,' .
38+
let errorformat =
39+
\ '%W%f:%l: characters %c-%n : Warning : %m,' .
3940
\ '%E%f:%l: characters %c-%n : %m'
4041

4142
let loclist = SyntasticMake({

0 commit comments

Comments
 (0)