Skip to content

Commit

Permalink
Fix 4712 - revert dense-analysis#4661
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanson committed Feb 22, 2024
1 parent 6fd9f3c commit 86e6686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ale_linters/tex/chktex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 86e6686

Please sign in to comment.