Suboptimal fix to prevent variables from leaking out of new clangd test

This commit is contained in:
Murfalo 2019-10-09 14:24:41 -04:00
parent d488198c9c
commit a1fab59811

View File

@ -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()