mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-09 03:54:52 +08:00
Change supported Python version in docs
This commit is contained in:
@@ -60,7 +60,7 @@ Jedi-vim is a Vim binding to the awesome Python autocompletion library
|
|||||||
- Infers function arguments from Sphinx/Epydoc strings
|
- Infers function arguments from Sphinx/Epydoc strings
|
||||||
- Doesn't execute Python code
|
- Doesn't execute Python code
|
||||||
- Supports Virtualenv
|
- Supports Virtualenv
|
||||||
- Supports Python 2.5+ and 3.2+
|
- Supports Python 2.7 and 3.4+
|
||||||
|
|
||||||
By leveraging this library, jedi-vim adds the following capabilities to Vim:
|
By leveraging this library, jedi-vim adds the following capabilities to Vim:
|
||||||
|
|
||||||
@@ -492,7 +492,7 @@ can be found.
|
|||||||
|
|
||||||
This variable can be changed during runtime.
|
This variable can be changed during runtime.
|
||||||
|
|
||||||
Options: 2, 2.7, 3, 3.3, 3.4, ...
|
Options: 2, 2.7, 3, 3.5, 3.6, ...
|
||||||
Default: "auto"
|
Default: "auto"
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
6.13. `g:jedi#smart_auto_mappings` *g:jedi#smart_auto_mappings*
|
6.13. `g:jedi#smart_auto_mappings` *g:jedi#smart_auto_mappings*
|
||||||
|
|||||||
Reference in New Issue
Block a user