diff options
author | Jorengarenar <jorengarenar@outlook.com> | 2024-01-14 13:04:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 21:04:23 +0900 |
commit | 94f764631d6f04d3c9293399be2a7e941fc65f5d (patch) | |
tree | 9069a812966b75cc430da19710ca065f493a0137 /ale_linters/reason | |
parent | 3dbf0b2202e7e8e745468cce06cb27a9ce4ea264 (diff) | |
download | ale-94f764631d6f04d3c9293399be2a7e941fc65f5d.zip |
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'
Diffstat (limited to 'ale_linters/reason')
0 files changed, 0 insertions, 0 deletions