nixprime / cpsm

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

fallback for python2.7 #29

Closed mattn closed 7 years ago

mattn commented 7 years ago

ping

nixprime commented 7 years ago

Thanks for the PR. During testing I found that if cpsm was built with Python 2 and imported by a Vim binary that only support Python 3, the error you get is:

Error detected while processing function ctrlp#init[26]..<SNR>84_BuildPrompt:
line    6:
E171: Missing :endif

To avoid this, I wrote a different version that tries to detect such problems as well.