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*