From afa37e68554efe5f32ed3adcbc253739a6c9353b Mon Sep 17 00:00:00 2001 From: mshr-h Date: Wed, 2 Nov 2016 15:16:42 +0900 Subject: [PATCH 1/2] Fix docment for c-clang --- doc/ale.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/ale.txt b/doc/ale.txt index 71ccb40a..28c168c4 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1,5 +1,5 @@ *ale.txt* For Vim version 8.0. Last change: 2016 October 10 -*ale* +11;rgb:0000/0000/0000*ale* ALE - Asynchronous Lint Engine @@ -25,6 +25,7 @@ CONTENTS *ale-contents* 4.13. c-cppcheck............................|ale-linter-options-c-cppcheck| 4.14. cpp-cppcheck..........................|ale-linter-options-cpp-cppcheck| 4.15. htmlhint..............................|ale-linter-options-htmlhint| + 4.16. c-clang...............................|ale-linter-options-c-clang| 5. Commands/Keybinds..........................|ale-commands| 6. API........................................|ale-api| 7. Special Thanks.............................|ale-special-thanks| @@ -588,9 +589,9 @@ g:ale_html_htmlhint_options *g:ale_html_htmlhint_options ------------------------------------------------------------------------------- -4.5. c-gcc *ale-linter-options-c-clang* +4.16. c-clang *ale-linter-options-c-clang* -g:ale_c_clang_options *g:ale_c_clang_options* +g:ale_c_clang_options *g:ale_c_clang_options* Type: |String| Default: `'-std=c11 -Wall'` From 8ba5b3cb766221854fdf50856760f75de2a686e5 Mon Sep 17 00:00:00 2001 From: Masahiro H Date: Wed, 2 Nov 2016 15:19:24 +0900 Subject: [PATCH 2/2] Update ale.txt --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index 28c168c4..eeea1a70 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1,5 +1,5 @@ *ale.txt* For Vim version 8.0. Last change: 2016 October 10 -11;rgb:0000/0000/0000*ale* +*ale* ALE - Asynchronous Lint Engine