summaryrefslogtreecommitdiff
path: root/doc/ale-erlang.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-08-19 15:48:29 +0100
committerw0rp <devw0rp@gmail.com>2017-08-19 15:48:29 +0100
commit20e64fbae092e7307c4f01d82fa0e0082c3bb1cb (patch)
tree386644e3d48afbd9b8af8e8de4c100cb93df02e6 /doc/ale-erlang.txt
parentf8de08faf0c23ac4b76e610f685dcf6c3dfdf180 (diff)
downloadale-20e64fbae092e7307c4f01d82fa0e0082c3bb1cb.zip
#860 Only enable the new option for setting the original filename for SyntaxErl if an option is on in ALE
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: