lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Implement async complete and ExecuteThen Function in vim #70

Closed taku25 closed 7 years ago

taku25 commented 7 years ago

Hello.

I've implemented an async implementation in vim8 (job And channnel). but I do not use neovim so neovim version of the async complete function is not implemented.

taku25 commented 7 years ago

ooops. I seem to have put a syntax error at merge on my check miss. Fix: 7ee250a commit

lyuts commented 7 years ago

Thank you very much for the patch.