diff options
author | Dmitri Vereshchagin <dmitri.vereshchagin@gmail.com> | 2017-08-19 20:54:23 +0300 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-08-19 18:54:23 +0100 |
commit | b2d3764a18d410820b3623067067cd10f5f7f076 (patch) | |
tree | 338a8e975b432b98cf7a4f93ad5a416c07cd99e9 /doc | |
parent | 20e64fbae092e7307c4f01d82fa0e0082c3bb1cb (diff) | |
download | ale-b2d3764a18d410820b3623067067cd10f5f7f076.zip |
Syntaxerl linter feature check (#861)
* Add feature check for SyntaxErl linter
* Escape SyntaxErl executable path in commands
Diffstat (limited to 'doc')
-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: |