diff options
Diffstat (limited to 'doc/ale-erlang.txt')
-rw-r--r-- | doc/ale-erlang.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/ale-erlang.txt b/doc/ale-erlang.txt index 72d40237..ad3c1e5a 100644 --- a/doc/ale-erlang.txt +++ b/doc/ale-erlang.txt @@ -25,17 +25,5 @@ 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: |