mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
This commit is contained in:
@@ -12,6 +12,8 @@ let g:__ale_c_project_filenames = ['.git/HEAD', 'configure', 'Makefile', 'CMakeL
|
|||||||
|
|
||||||
let g:ale_c_build_dir_names = get(g:, 'ale_c_build_dir_names', [
|
let g:ale_c_build_dir_names = get(g:, 'ale_c_build_dir_names', [
|
||||||
\ 'build',
|
\ 'build',
|
||||||
|
\ 'build/Debug',
|
||||||
|
\ 'build/Release',
|
||||||
\ 'bin',
|
\ 'bin',
|
||||||
\])
|
\])
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ g:ale_c_always_make
|
|||||||
c_build_dir_names
|
c_build_dir_names
|
||||||
g:ale_c_build_dir_names
|
g:ale_c_build_dir_names
|
||||||
Type: |List|
|
Type: |List|
|
||||||
Default: `['build', 'bin']`
|
Default: `['build', 'build/Debug', 'build/Release', 'bin']`
|
||||||
|
|
||||||
A list of directory names to be used when searching upwards from C files
|
A list of directory names to be used when searching upwards from C files
|
||||||
to discover compilation databases with. For directory named `'foo'`, ALE
|
to discover compilation databases with. For directory named `'foo'`, ALE
|
||||||
|
|||||||
Reference in New Issue
Block a user