mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
vim-jedi does now the help stuff by itself
This commit is contained in:
2
jedi.vim
2
jedi.vim
@@ -105,8 +105,6 @@ if 1:
|
|||||||
print(traceback.format_exc())
|
print(traceback.format_exc())
|
||||||
|
|
||||||
if not definitions:
|
if not definitions:
|
||||||
# just execute the default vim commands
|
|
||||||
vim.command('normal! K')
|
|
||||||
vim.command('return')
|
vim.command('return')
|
||||||
else:
|
else:
|
||||||
docs = ['Docstring for %s\n%s\n%s' % (d.desc_with_module, '='*40, d.doc) if d.doc
|
docs = ['Docstring for %s\n%s\n%s' % (d.desc_with_module, '='*40, d.doc) if d.doc
|
||||||
|
|||||||
Reference in New Issue
Block a user