Fixes incorrect documentation

This commit is contained in:
Brian Mego
2018-11-04 06:00:05 -06:00
committed by Dave Halter
parent 2f65c636f8
commit 7f4f2db260
2 changed files with 3 additions and 2 deletions

View File

@@ -439,10 +439,10 @@ Default: 500
You can make jedi-vim open a new tab if you use the "go to", "show
definition", or "related names" commands. When you leave this at the default
(0), they open in the current buffer instead.
(0), they open in the current window instead.
Options: 0 or 1
Default: 0 (Command output is put in a new tab)
Default: 0 (Command output reuses current window)
------------------------------------------------------------------------------
6.9. `g:jedi#squelch_py_warning` *g:jedi#squelch_py_warning*