dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.51k stars 1.43k forks source link

Fix chktex highlighting wrong column when using tabs instead of spaces #4661

Closed Jorengarenar closed 8 months ago

Jorengarenar commented 10 months ago

Fixes #723

chktex implemented bug #56486: Allow setting options on the command line Thanks to that we can tell it to treat tab character as of one space width, i.e. one char. That means, after we translate the output back to Vim columns, we get correct numbers.

Jorenar commented 9 months ago

Yeah, there's no command test. I'll try writing one then