diff options
author | Horacio Sanson <horacio@allm.net> | 2019-06-19 11:50:03 +0900 |
---|---|---|
committer | Horacio Sanson <horacio@allm.net> | 2019-06-19 11:50:03 +0900 |
commit | f2e52b9432a0f84aa28d6faa713138b5eb0b98cf (patch) | |
tree | 2686c0563dbf42c2389091f04ec1bf2169d7f818 /doc | |
parent | 1c71da5624fc46107cda4852add08fe34385dfd9 (diff) | |
download | ale-f2e52b9432a0f84aa28d6faa713138b5eb0b98cf.zip |
Default executable for javalsp is empthy string.
This fixes documentation to match actual implementation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-java.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt index 58acc272..93565df1 100644 --- a/doc/ale-java.txt +++ b/doc/ale-java.txt @@ -123,7 +123,7 @@ executable in this directory. g:ale_java_javalsp_executable *g:ale_java_javalsp_executable* *b:ale_java_javalsp_executable* Type: |String| - Default: `'launcher'` + Default: `''` This variable must be set to the absolute path of the language server launcher executable. For example: |