xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

fixed deprecation warning t.isAlive #576

Closed gerzin closed 4 years ago

gerzin commented 4 years ago

replaced the deprecated t.isAlive() with t.is_alive()

xaizek commented 4 years ago

Thanks.