diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-08-18 15:37:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-18 15:37:51 +0100 |
commit | ddb559b3bed31b81e8189c3caa8074842574f662 (patch) | |
tree | c9977af5e3f0213133832df10b977543bbd1957b /doc/ale-ada.txt | |
parent | ee62cc6898e88a292fc790b049e2ee5454d7b957 (diff) | |
parent | 221aceb6db48bf6dd848b96432079a629aeeff59 (diff) | |
download | ale-ddb559b3bed31b81e8189c3caa8074842574f662.zip |
Merge pull request #2631 from timlag1305/feat/ada-gnatpp
Add gnatpp fixer for Ada
Diffstat (limited to 'doc/ale-ada.txt')
-rw-r--r-- | doc/ale-ada.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-ada.txt b/doc/ale-ada.txt index 93e3261a..2ac30c0a 100644 --- a/doc/ale-ada.txt +++ b/doc/ale-ada.txt @@ -22,4 +22,15 @@ g:ale_ada_gcc_options *g:ale_ada_gcc_options* =============================================================================== +gnatpp *ale-ada-gnatpp* + +g:ale_ada_gnatpp_options *g:ale_ada_gnatpp_options* + *b:ale_ada_gnatpp_options* + Type: |String| + Default: `''` + + This variable can be set to pass extra options to the gnatpp fixer. + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |