forked from VimPlug/jedi-vim
jedi#show_documentation: do not use quotes around bufname
This commit is contained in:
committed by
Dave Halter
parent
c8164fdfda
commit
72c1a332d2
@@ -364,7 +364,7 @@ function! jedi#show_documentation() abort
|
||||
silent execute 'sbuffer '.bn
|
||||
endif
|
||||
else
|
||||
split '__doc__'
|
||||
split __doc__
|
||||
endif
|
||||
|
||||
setlocal modifiable
|
||||
|
||||
Reference in New Issue
Block a user