From 6dcebb464416a29739c291b421bdf9c6031842d1 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 25 Mar 2015 13:35:54 +0100 Subject: [PATCH] Remove the zt call, as discussed in #310, fixed #310. --- jedi_vim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jedi_vim.py b/jedi_vim.py index 5d1f8d5..aee273c 100644 --- a/jedi_vim.py +++ b/jedi_vim.py @@ -193,7 +193,6 @@ def goto(is_definition=False, is_related_name=False, no_output=False): if not result: return vim.current.window.cursor = d.line, d.column - vim_command('normal! zt') # cursor at top of screen else: # multiple solutions lst = []