Skip to content

ALE v1.1.1

Compare
Choose a tag to compare
@w0rp w0rp released this 21 Feb 20:47

Bugs Fixed

  • The Pug linter wasn't parsing errors correctly. This has been fixed.
  • The gcc/gfortran linter should now parse errors from more versions.
  • Parsing of TypeScript typecheck errors has been fixed for some filenames containing the string ts.
  • The commands for navigating between errors/warnings should now correctly filter out other buffers.
  • The commands for navigating between errors/warnings will now prefer to use the quickfix list, if g:ale_set_quickfix is on.