Merge pull request #346 from wilywampa/callsigs_showmode

Document 'showmode' requirement for command line call signatures
This commit is contained in:
Dave Halter
2015-01-06 10:22:47 +01:00

View File

@@ -385,6 +385,9 @@ signatures in the command line instead of a popup window.
Options: 0, 1, or 2 Options: 0, 1, or 2
Default: 1 (Show call signatures window) 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 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 that case, if you want to see call signatures, you have to set it up
manually by calling a function in your configuration file: > manually by calling a function in your configuration file: >