diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-04-28 17:06:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 17:06:38 +0100 |
commit | e417dafa780aa62b5b5aed53956bd73a524f9758 (patch) | |
tree | 8cea3cad9a08f7820136348183b5b89aa75f3fb9 /doc/ale-perl.txt | |
parent | 944564bb8c5d9d6d3fdc4a96982586bf27d5031d (diff) | |
parent | 7230cbe9e43d64a02212ae4803abff874e39b8d6 (diff) | |
download | ale-e417dafa780aa62b5b5aed53956bd73a524f9758.zip |
Merge pull request #514 from adriaanzon/buffer-local-options-doc
Add tags for buffer-local variants of each linter option
Diffstat (limited to 'doc/ale-perl.txt')
-rw-r--r-- | doc/ale-perl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-perl.txt b/doc/ale-perl.txt index a8e8e7a1..7daf48ac 100644 --- a/doc/ale-perl.txt +++ b/doc/ale-perl.txt @@ -6,7 +6,7 @@ ALE Perl Integration *ale-perl-options* perl *ale-perl-perl* g:ale_perl_perl_executable *g:ale_perl_perl_executable* - + *b:ale_perl_perl_executable* Type: |String| Default: `'perl'` @@ -14,7 +14,7 @@ g:ale_perl_perl_executable *g:ale_perl_perl_executable* g:ale_perl_perl_options *g:ale_perl_perl_options* - + *b:ale_perl_perl_options* Type: |String| Default: `'-X -c -Mwarnings -Ilib'` |