From f26b2a8802ad47406a0ab1e7b68234fa22d88891 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 22 Mar 2019 12:40:28 +0100 Subject: [PATCH] Change supported Python version in docs --- doc/jedi-vim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index 9c5d83a..abd66c5 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -60,7 +60,7 @@ Jedi-vim is a Vim binding to the awesome Python autocompletion library - Infers function arguments from Sphinx/Epydoc strings - Doesn't execute Python code - 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: @@ -492,7 +492,7 @@ can be found. 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" ------------------------------------------------------------------------------ 6.13. `g:jedi#smart_auto_mappings` *g:jedi#smart_auto_mappings*