mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-14 20:00:58 +08:00
Simplify the code for most linters and tests with closures
This commit is contained in:
+1
-1
@@ -256,7 +256,7 @@ function! ale#c#IncludeOptions(include_paths) abort
|
||||
return ''
|
||||
endif
|
||||
|
||||
return ' ' . join(l:option_list) . ' '
|
||||
return join(l:option_list)
|
||||
endfunction
|
||||
|
||||
let g:ale_c_build_dir_names = get(g:, 'ale_c_build_dir_names', [
|
||||
|
||||
Reference in New Issue
Block a user