mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 04:52:29 +08:00
Merge pull request #2136 from hsanson/368-chktex-latex-report-errors-from-wrong-file
Fix 368 - Lacheck reports errors from input{} files.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('tex', 'lacheck')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(Executable should default to lacheck):
|
||||
AssertLinter 'lacheck', ale#Escape('lacheck') . ' %t'
|
||||
|
||||
Execute(Should be able to set a custom executable):
|
||||
let g:ale_tex_lacheck_executable = 'bin/foo'
|
||||
|
||||
AssertLinter 'bin/foo' , ale#Escape('bin/foo') . ' %t'
|
||||
0
test/command_callback/tex_paths/sample1.tex
Normal file
0
test/command_callback/tex_paths/sample1.tex
Normal file
0
test/command_callback/tex_paths/sample2.tex
Normal file
0
test/command_callback/tex_paths/sample2.tex
Normal file
Reference in New Issue
Block a user