From 20e64fbae092e7307c4f01d82fa0e0082c3bb1cb Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 19 Aug 2017 15:48:29 +0100 Subject: #860 Only enable the new option for setting the original filename for SyntaxErl if an option is on in ALE --- doc/ale-erlang.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') 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: -- cgit v1.2.3