mirror of
https://github.com/dense-analysis/ale
synced 2024-12-25 15:42:26 +00:00
Suboptimal fix to prevent variables from leaking out of new clangd test
This commit is contained in:
parent
d488198c9c
commit
a1fab59811
@ -4,6 +4,11 @@ Before:
|
||||
Save &filetype
|
||||
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:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user