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-c.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-c.txt')
-rw-r--r-- | doc/ale-c.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt index 08f4abac..a5e6213f 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -6,7 +6,7 @@ ALE C Integration *ale-c-options* clang *ale-c-clang* g:ale_c_clang_options *g:ale_c_clang_options* - + *b:ale_c_clang_options* Type: |String| Default: `'-std=c11 -Wall'` @@ -17,7 +17,7 @@ g:ale_c_clang_options *g:ale_c_clang_options* cppcheck *ale-c-cppcheck* g:ale_c_cppcheck_options *g:ale_c_cppcheck_options* - + *b:ale_c_cppcheck_options* Type: |String| Default: `'--enable=style'` @@ -28,7 +28,7 @@ g:ale_c_cppcheck_options *g:ale_c_cppcheck_options* gcc *ale-c-gcc* g:ale_c_gcc_options *g:ale_c_gcc_options* - + *b:ale_c_gcc_options* Type: |String| Default: `'-std=c11 -Wall'` |