clang_complete
clang_complete copied to clipboard
Show brief comments (updated patches)
This is a reworked version of #199
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 a newer enough vim.
Rest looks great!
On 03/08/2014 04:43 AM, Xavier Deguillard wrote:
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 a newer enough vim.
I don't get your comment. Something like:
"We can not currently use pyeval, as it is not yet available in common vim installations. However, this functionality could be replaced by pyeval at a later point."
So are you saying pyeval would always do the right conversions?
Tobias
Yes, I believe pyeval can be used instead of the toVimRepr function yes, and should also be much faster.