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

Python 3 (and 2) compatibility. #510

Closed duganchen closed 7 years ago

duganchen commented 7 years ago

This is the Python 3 compatibility (and Python 2 backward-compatibility) fix in myint's fork, as a single merge-ready changeset. Merging it will resolve #430.

This pull request is based on the master branch and contains only what's needed for Python 3 compatibility. I've tested it in both Python 2 and Python 3.

duganchen commented 7 years ago

Hmm... I didn't notice that you already have a "support-python3" branch. :/

I'll leave this open, and you can can close it as you see fit

duganchen commented 7 years ago

Naah. Sorry about this.

xaizek commented 7 years ago

Thanks for this anyway, I saw a couple more places that needed an update. Does support-python3 branch work for you? I'm collecting feedback to merge it into master as I only did several simple tests myself.

duganchen commented 7 years ago

The support-python3 branch works great for me.