diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-19 15:48:29 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-19 15:48:29 +0100 |
commit | 20e64fbae092e7307c4f01d82fa0e0082c3bb1cb (patch) | |
tree | 386644e3d48afbd9b8af8e8de4c100cb93df02e6 /doc | |
parent | f8de08faf0c23ac4b76e610f685dcf6c3dfdf180 (diff) | |
download | ale-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')
-rw-r--r-- | doc/ale-erlang.txt | 12 |
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: |