Removed a single space char. Shouldn't be there.

This commit is contained in:
Ory Band 2011-06-24 16:13:48 +03:00
parent 5670bdd39f
commit fd5765fcc9

View File

@ -22,7 +22,7 @@ function! SyntaxCheckers_css_GetLocList()
let makeprg = 'csslint '.shellescape(expand('%')) let makeprg = 'csslint '.shellescape(expand('%'))
" Print CSS Lint's 'Welcome' and error/warning messages. Ignores the code line. " 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 }) return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
endfunction endfunction