From 7f4f2db260e3e693c8b9fc91498f9299c99148c2 Mon Sep 17 00:00:00 2001 From: Brian Mego Date: Sun, 4 Nov 2018 06:00:05 -0600 Subject: [PATCH] Fixes incorrect documentation --- AUTHORS.txt | 1 + doc/jedi-vim.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 57c581e..c845241 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -51,5 +51,6 @@ Bagrat Aznauryan (@n9code) Tomoyuki Kashiro (@kashiro) Tommy Allen (@tweekmonster) Mingliang (@Aulddays) +Brian Mego (@brianmego) @something are github user names. diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index 69b5e95..9c5d83a 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -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*