maralla / completor.vim

Async completion framework made ease.
MIT License
1.32k stars 62 forks source link

fix side effect from python support check #277

Closed ferreum closed 4 years ago

ferreum commented 4 years ago

has('python') caused vim to initialize with python 2, disabling python 3 altogether.

See :h has-python for more details.

maralla commented 4 years ago

Thanks!

ferreum commented 4 years ago

Thanks for merging. This should resolve #267.