aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin/python_setup.vim
Commit message (Collapse)AuthorAge
* Fix python setup: Fix issue for users not using python.Eliseo Martínez2014-10-31
|
* Fix python setup: Make sure python version on user's path is picked.Eliseo Martínez2014-10-31
| | | | | | | | Problem: executable() was detecting python on user's path, but system() was executing system-level python. Solution: Make sure python version on user's path is executed. Use exepath() to force system() to do so.
* Fix python setup: Report errors.Eliseo Martínez2014-10-31
| | | | | No error indication was being given if something went wrong while setting up python.
* runtime: Fix rpcstop call in python_setup.vimThiago de Arruda2014-10-23
|
* runtime: Fix one of python sanity checksThiago de Arruda2014-09-16
| | | | Use sys.stdout.write which is compatible with python 2 and 3
* runtime: Make python_setup.vim compatible with python 2.6Thiago de Arruda2014-09-15
|
* runtime: Update python_setup.vim to the new rpc function namesThiago de Arruda2014-09-13
| | | | Also improve version checking.
* runtime: Add script for bootstrapping the python hostThiago de Arruda2014-09-12