diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-11 21:55:26 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-11 21:55:26 +0100 |
commit | 957acf186d521d676b424edacfd655a560e7009c (patch) | |
tree | 879fc53149ed7a86d372d2072033f11a12764c14 /doc | |
parent | ec2ce91f3f57f449960b682512978f45483e2b6b (diff) | |
download | ale-957acf186d521d676b424edacfd655a560e7009c.zip |
Add the logo and thank Mark for his work.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index dbecf4f3..2b975134 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -21,7 +21,8 @@ CONTENTS *ale-contents* 4.9. shellcheck............................|ale-linter-options-shellcheck| 4.10. vint..................................|ale-linter-options-vint| 5. API........................................|ale-api| - 6. Contact....................................|ale-contact| + 6. Special Thanks.............................|ale-special-thanks| + 7. Contact....................................|ale-contact| =============================================================================== 1. Introduction *ale-introduction* @@ -555,9 +556,14 @@ g:ale#util#stdin_wrapper *g:ale#util#stdin_wrapper* This variable names a wrapper script for sending stdin input to programs which cannot accept input via stdin. See |ale#linter#Define()| for more. +=============================================================================== +6. Special Thanks *ale-special-thanks* + +Special thanks to Mark Grealish (https://www.bhalash.com/) for providing ALE's +snazzy looking ale glass logo. Cheers, Mark! =============================================================================== -6. Contact *ale-contact* +7. Contact *ale-contact* If you like this plugin, and wish to get in touch, check out the GitHub page for issues and more at https://github.com/w0rp/ale |