From 61cb267dd50c3af5e7349505d43149c2408398d2 Mon Sep 17 00:00:00 2001 From: David Halter Date: Thu, 6 Sep 2012 02:45:46 +0200 Subject: [PATCH] vim-jedi does now the help stuff by itself --- plugin/jedi.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/jedi.vim b/plugin/jedi.vim index 425bd43c..b2f43501 100644 --- a/plugin/jedi.vim +++ b/plugin/jedi.vim @@ -105,8 +105,6 @@ if 1: print(traceback.format_exc()) if not definitions: - # just execute the default vim commands - vim.command('normal! K') vim.command('return') else: docs = ['Docstring for %s\n%s\n%s' % (d.desc_with_module, '='*40, d.doc) if d.doc