Remove the zt call, as discussed in #310, fixed #310.

This commit is contained in:
Dave Halter
2015-03-25 13:35:54 +01:00
parent 28497ec3a9
commit 6dcebb4644

View File

@@ -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 = []