Merge pull request #1313 from tomfogg/master

Missing comma in swift errorformat after cleanup.
This commit is contained in:
LCD 047 2015-01-31 11:41:02 +02:00
commit abff1d81e9

View File

@ -30,7 +30,7 @@ function! SyntaxCheckers_swift_xcrun_GetLocList() dict
\ '%f:%l:%c: %tarning: %m,'.
\ '%f:%l: %trror: %m,'.
\ '%f:%l: fatal %trror: %m,'.
\ '%f:%l: %tarning: %m' .
\ '%f:%l: %tarning: %m,' .
\ '%-G%.%#'
return SyntasticMake({