diff options
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r-- | doc/ale-c.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt index 41c33c96..2572d885 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -43,6 +43,14 @@ g:ale_c_cppcheck_options *g:ale_c_cppcheck_options* =============================================================================== gcc *ale-c-gcc* +g:ale_c_gcc_executable *g:ale_c_gcc_executable* + *b:ale_c_gcc_executable* + Type: |String| + Default: `'gcc'` + + This variable can be changed to use a different executable for gcc. + + g:ale_c_gcc_options *g:ale_c_gcc_options* *b:ale_c_gcc_options* Type: |String| |