Closed guyben13 closed 4 years ago
It doesn't seem to work. I've added the following in the python script.
with open("/var/tmp/test.txt", "a") as f:
f.write("test")
but nothing happens. It is not even executed in my case.
The only thing I did was let g:clang_compilation_database = './build'
I have json file in build dir.
This pull request has 3 parts:
fix the working directory reset for windows using global working directories
make sure that the .clang file we find is converted to absolute path
fix compilation database support
I'm currently using this fix and it works! :D