Support for force_py_version = "auto"

This will call `python` to look up its major version number.
This commit is contained in:
Daniel Hahler
2015-04-14 19:26:56 +02:00
parent cc254432b6
commit 8f7f07fb58
2 changed files with 19 additions and 3 deletions

View File

@@ -462,7 +462,7 @@ or set directly using this function, which has the same name as the variable:
Function: `jedi#force_py_version(py_version)`
Options: 2 or 3
Default: 2
Default: "auto" (will use sys.version_info from "python" in your $PATH)
==============================================================================
7. Testing *jedi-vim-testing*