diff options
author | Thomas van der Burgt <thvdburgt@users.noreply.github.com> | 2017-11-17 11:02:30 +0100 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-11-17 10:02:30 +0000 |
commit | 22ec81e1de48cf442238dac9f85a579e04bf70cb (patch) | |
tree | ac057bb694b5ff5478177ecfbfb666b67d8deed1 /doc | |
parent | a139b387c818a5bf05ed38381a99341aa9950aba (diff) | |
download | ale-22ec81e1de48cf442238dac9f85a579e04bf70cb.zip |
add ale_asm_gcc_executable option (#1138)
* add ale_asm_gcc_executable option
* add Vader tests for asm gcc linter command callbacks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-asm.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-asm.txt b/doc/ale-asm.txt index 63b5441f..a97c6d00 100644 --- a/doc/ale-asm.txt +++ b/doc/ale-asm.txt @@ -5,6 +5,14 @@ ALE ASM Integration *ale-asm-options* =============================================================================== gcc *ale-asm-gcc* +g:ale_asm_gcc_executable *g:ale_asm_gcc_executable* + *b:ale_asm_gcc_executable* + Type: |String| + Default: `'gcc'` + +This variable can be changed to use a different executable for gcc. + + g:ale_asm_gcc_options *g:ale_asm_gcc_options* *b:ale_asm_gcc_options* Type: |String| |