Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

syntastic 3.6.0

Compare
Choose a tag to compare
@lcd047 lcd047 released this 19 Jan 07:54
· 621 commits to master since this release

Core changes

  • New option g:syntastic_exit_checks (@lcd047)
  • New option b:syntastic_skip_checks (@lcd047)
  • New options b:syntastic_<filetype>_<checker>_exec and b:syntastic_<checker>_exec (@lcd047)
  • New postprocess function guards (@lcd047)
  • New options g:syntastic_<filetype>_<checker>_sort (@lcd047)
  • New option b:syntastic_mode (@lcd047)
  • New jump mode for g:syntastic_auto_jump (@lcd047)
  • Various bugs have been fixed.

Syntax checker changes