Xavier Deguillard

Results 18 comments of Xavier Deguillard

It could be interesting yes, I'm just worried about the cost :). We can probably have some caching mechanism to prevent calling into vim every time.

Hi, Thanks for the report, this is actually a regression, it used to work as expected.

In the last commit, I've pushed nearly all the code into the threads. The completion is also done asynchronously, and so nothing is blocking the UI. The main benefit is...

Ok, pyeval can easily be removed here. Will do.

Yes, I don't intend to merge that code as-is :), and yes there is preliminary work that should be done. I believe that enabling that code with g:clang_complete_auto should be...

I would prefer if you only add one configuration that specify the search path for both .clang_complete and compile_commands.json. Can you also rebase and squash all of those commits, and...

Can you rebase this? Thanks, Xavier

Can you add a comment on toVimRepr to state that pyeval can be used instead? As far as I remember this was added "recently" and certain popular distribution didn't package...