mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Suboptimal fix to prevent variables from leaking out of new clangd test
This commit is contained in:
@@ -4,6 +4,11 @@ Before:
|
|||||||
Save &filetype
|
Save &filetype
|
||||||
let &filetype = 'c'
|
let &filetype = 'c'
|
||||||
|
|
||||||
|
Save b:ale_c_clangd_options
|
||||||
|
Save b:ale_c_build_dir
|
||||||
|
Save b:ale_c_build_dir_names
|
||||||
|
Save b:ale_c_parse_compile_commands
|
||||||
|
|
||||||
After:
|
After:
|
||||||
call ale#assert#TearDownLinterTest()
|
call ale#assert#TearDownLinterTest()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user