mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
Merge pull request #2349 from oblitum/fix-missing-languagetool-file-argument
Fix passing file to languagetool
This commit is contained in:
@@ -6,10 +6,10 @@ After:
|
||||
|
||||
Execute(The default command should be correct):
|
||||
AssertLinter 'languagetool', ale#Escape('languagetool')
|
||||
\ . ' --autoDetect '
|
||||
\ . ' --autoDetect %s'
|
||||
|
||||
Execute(Should be able to set a custom executable):
|
||||
let g:ale_languagetool_executable = 'foobar'
|
||||
|
||||
AssertLinter 'foobar' , ale#Escape('foobar')
|
||||
\ . ' --autoDetect '
|
||||
\ . ' --autoDetect %s'
|
||||
|
||||
Reference in New Issue
Block a user