4712 revert chktex 4661 (#4725)

* Fix 4712 - revert #4661

* Fix tests
This commit is contained in:
Horacio Sanson
2024-02-26 11:56:56 +09:00
committed by GitHub
parent 9cc8383fe9
commit 00dcf52d6f
2 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ function! ale_linters#tex#chktex#GetCommand(buffer) abort
" Avoid bug when used without -p (last warning has gibberish for a filename)
let l:options .= ' -v0 -p stdin -q'
" Avoid bug of reporting wrong column when using tabs (issue #723)
let l:options .= ' -s TabSize=1'
" Check for optional .chktexrc
let l:chktex_config = ale#path#FindNearestFile(a:buffer, '.chktexrc')