From 74d51815a51b024e62090ce2e3ddea16fd2c01aa Mon Sep 17 00:00:00 2001 From: Jacob Niehus Date: Sun, 4 Jan 2015 20:47:34 -0700 Subject: [PATCH] Document 'showmode' requirement for command line call signatures --- doc/jedi-vim.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index 8cbfa63..1bf2a3b 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -385,6 +385,9 @@ signatures in the command line instead of a popup window. Options: 0, 1, or 2 Default: 1 (Show call signatures window) +Note: 'showmode' must be disabled for command line call signatures to be +visible. + Note: This setting is ignored if |g:jedi#auto_initialization| is set to 0. In that case, if you want to see call signatures, you have to set it up manually by calling a function in your configuration file: >