fixed mismatched parenthesis :|

This commit is contained in:
Talha Ahmed
2014-05-14 10:49:19 +05:00
parent 1792fb9e1b
commit e620b5bf50

View File

@@ -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'