diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-16 23:35:10 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-16 23:35:10 +0100 |
commit | fe70742bb930a196b08180da9b251e141d95707c (patch) | |
tree | db14111b7707cdd1014da9c75260c123850ed975 /doc | |
parent | 9e8387890044726538a7b5f108efdf6a82d59b00 (diff) | |
download | ale-fe70742bb930a196b08180da9b251e141d95707c.zip |
#711 - Make the clangcheck executable configurable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-cpp.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-cpp.txt b/doc/ale-cpp.txt index b84b5e2e..74833394 100644 --- a/doc/ale-cpp.txt +++ b/doc/ale-cpp.txt @@ -63,6 +63,14 @@ Therefore, `clang-check` linter reads the options |g:ale_c_build_dir| and overrides |g:ale_c_build_dir_names|. +g:ale_cpp_clangcheck_executable *g:ale_cpp_clangcheck_executable* + *b:ale_cpp_clangcheck_executable* + Type: |String| + Default: `'clang-check'` + + This variable can be changed to use a different executable for clangcheck. + + g:ale_cpp_clangcheck_options *g:ale_cpp_clangcheck_options* *b:ale_cpp_clangcheck_options* Type: |String| |