mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 19:24:36 +08:00
fixed mismatched parenthesis :|
This commit is contained in:
@@ -50,7 +50,7 @@ function! jedi#show_documentation()
|
|||||||
|
|
||||||
let bn = bufnr("__doc__")
|
let bn = bufnr("__doc__")
|
||||||
if bn > 0
|
if bn > 0
|
||||||
let wi=index(tabpagebuflist(tabpagenr()), bn))
|
let wi=index(tabpagebuflist(tabpagenr()), bn)
|
||||||
if wi >= 0
|
if wi >= 0
|
||||||
" If the __doc__ buffer is open in the current tab, jump to it
|
" If the __doc__ buffer is open in the current tab, jump to it
|
||||||
silent execute (wi+1).'wincmd w'
|
silent execute (wi+1).'wincmd w'
|
||||||
|
|||||||
Reference in New Issue
Block a user