nixprime / cpsm

A CtrlP matcher, specialized for paths.
Apache License 2.0
202 stars 19 forks source link

Python 3 support #22

Closed eapache closed 8 years ago

eapache commented 8 years ago

Vim as shipped by default with Ubuntu 16.04 is built with python3 instead of python 2, meaning CPSM (and a few other plugins) don't work out of the box. Since CPSM has almost no actual logic in the python bindings I imagine it'll be pretty easy to convert to build with python 3, probably just needs some cmake tweaks.

eapache commented 8 years ago

Closed by #23 .