Language_check is a style checker.

This commit is contained in:
LCD 47 2014-01-06 13:11:03 +02:00
parent 4abf0ec15e
commit ab9d59c409

View File

@ -22,6 +22,7 @@ function! SyntaxCheckers_text_language_check_GetLocList() dict
return SyntasticMake({
\ 'makeprg': makeprg,
\ 'errorformat': errorformat,
\ 'subtype': 'Style',
\ 'returns': [0, 2] })
endfunction