mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
Support for force_py_version = "auto"
This will call `python` to look up its major version number.
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user