From c1ff868cb4b611b55f0b7cd37ba498b847ba4d64 Mon Sep 17 00:00:00 2001 From: tndoan Date: Thu, 12 Dec 2013 19:57:48 +0800 Subject: [PATCH] add the recommendation of version for Vim to enjoy the full feature of Jedi-Vim --- README.rst | 4 ++++ doc/jedi-vim.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.rst b/README.rst index cb0dcdb..3b5bd75 100644 --- a/README.rst +++ b/README.rst @@ -80,6 +80,10 @@ Note that the `python-mode `_ VIM plugin se to conflict with jedi-vim, therefore you should disable it before enabling jedi-vim. +To enjoy the full features of Jedi-Vim, you should have VIM >= 7.3. For older +version of VIM, the parameter recommendation list maybe not appeared when you type +open bracket after the function name. + Settings ======== diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index 08daf04..ce173e4 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -82,6 +82,10 @@ using pip: > However, you can also install it as a git submodule if you don't want to use jedi for anything but this plugin. How to do this is detailed below. +It is the best if you have VIM >= 7.3. For the older version, you probably +cannot see the parameter recommendation list of function after typing open +bracket. + ------------------------------------------------------------------------------ 2.1. Installing manually *jedi-vim-installation-manually*