bbchung / clighter8

VIM C++ semantic syntax highlight plugin
GNU General Public License v3.0
48 stars 3 forks source link

Forcibly use Python 2 #8

Closed petersohn closed 7 years ago

petersohn commented 7 years ago

On some systems (e.g. on Arch Linux), python refers to Python 3, while on most systems, it is Python 2. Since clighter8 is written in Python 2, invoking it with python won't work if Python 3 is the default. Invoke python2 instead of python so that it works on all systems.