ale/ale_linters/tex
Jorengarenar 94f764631d
Fix chktex highlighting wrong column when using tabs instead of spaces (#4661)
* Fix chktex highlighting wrong column when using tabs instead of spaces

Fixes #723

chktex implemented feature request [1] for allowing setting options from
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.

[1]: https://savannah.nongnu.org/bugs/?56486

* Add test_tex_chktex.vader

* Use functions to set g: variables in ale_linters/tex/chktex.vim

* Update ale_linters#tex#chktex#GetCommand() to use '%e'
2024-01-14 21:04:23 +09:00
..
alex.vim Add settings for the Alex linter 2019-02-02 16:20:14 +01:00
chktex.vim Fix chktex highlighting wrong column when using tabs instead of spaces (#4661) 2024-01-14 21:04:23 +09:00
cspell.vim Add cspell Linter (#3981) 2021-11-19 07:41:05 +09:00
lacheck.vim codespell: fix spelling errors picked out by `codespell` (#4343) 2022-10-29 20:56:09 +09:00
proselint.vim
redpen.vim
texlab.vim Fix 4025 - Allow to configure texlab LSP settings (#4027) 2022-01-05 22:19:32 +09:00
textlint.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
vale.vim
writegood.vim