Merge pull request #18 from gradha/pr_silences_babel_paths_during_checks

Disables hints for check command.
This commit is contained in:
zah 2014-03-08 13:41:26 +02:00
commit aa586b5397

View file

@ -202,7 +202,7 @@ endf
" Syntastic syntax checking
fun! SyntaxCheckers_nimrod_nimrod_GetLocList()
let makeprg = 'nimrod check ' . s:CurrentNimrodFile()
let makeprg = 'nimrod check --hints:off ' . s:CurrentNimrodFile()
let errorformat = &errorformat
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })