Removed a single space char. Shouldn't be there.
This commit is contained in:
parent
5670bdd39f
commit
fd5765fcc9
@ -22,7 +22,7 @@ function! SyntaxCheckers_css_GetLocList()
|
||||
let makeprg = 'csslint '.shellescape(expand('%'))
|
||||
|
||||
" Print CSS Lint's 'Welcome' and error/warning messages. Ignores the code line.
|
||||
let errorformat = '%+Gcsslint:\ There%.%#,%A%f:,%C%n:\ %t%\\w%\\+\ at\ line\ %l\,\ col\ %c,%Z%m\ at\ line%.%#,%A%>%f:,%C%n:\ %t%\\w%\\+\ at\ line\ %l\,\ col\ %c,%Z%m,%-G%.%#'
|
||||
let errorformat = '%+Gcsslint:\ There%.%#,%A%f:,%C%n:\ %t%\\w%\\+\ at\ line\ %l\,\ col\ %c,%Z%m\ at\ line%.%#,%A%>%f:,%C%n:\ %t%\\w%\\+\ at\ line\ %l\,\ col\ %c,%Z%m,%-G%.%#'
|
||||
|
||||
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user