summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel Roeca <samuel.roeca@gmail.com>2019-09-12 16:22:47 -0400
committerw0rp <w0rp@users.noreply.github.com>2019-09-12 21:22:47 +0100
commit05ba522c9af59aaf0d34aff2674c2ac273dc1a88 (patch)
tree3aeb4ee91be58cfb99b36e6d85e4a8f46a381b5a /doc
parent34f2943fddddb8943456ec8defb2080592845ec7 (diff)
downloadale-05ba522c9af59aaf0d34aff2674c2ac273dc1a88.zip
languagetools: stop auto-appending --autoDetect (#2616)
Options are now configurable for languagetools, and `--autoDetect` can be removed by changing the options.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 9b81727d..43e124a2 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1967,6 +1967,14 @@ g:ale_languagetool_executable *g:ale_languagetool_executable*
The executable to run for languagetool.
+g:ale_languagetool_options *g:ale_languagetool_options*
+ *b:ale_languagetool_options*
+ Type: |String|
+ Default: `'--autoDetect'`
+
+ This variable can be set to pass additional options to languagetool.
+
+
-------------------------------------------------------------------------------
7.3. Options for write-good *ale-write-good-options*