summaryrefslogtreecommitdiff
path: root/doc/ale-erlang.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-erlang.txt')
-rw-r--r--doc/ale-erlang.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale-erlang.txt b/doc/ale-erlang.txt
index ad3c1e5a..72d40237 100644
--- a/doc/ale-erlang.txt
+++ b/doc/ale-erlang.txt
@@ -25,5 +25,17 @@ g:ale_erlang_syntaxerl_executable *g:ale_erlang_syntaxerl_executable*
This variable can be changed to specify the syntaxerl executable.
+g:ale_erlang_syntaxerl_use_basename *g:ale_erlang_syntaxerl_use_basename*
+ *b:ale_erlang_syntaxerl_use_basename*
+ Type: |Number|
+ Default: `0`
+
+ When set to `1`, the `-b` argument for telling SyntaxErl about the path to the
+ file being checked will be used. The argument is only available in newer
+ versions of SyntaxErl.
+
+ This option will be enabled by default in future.
+
+
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: