goto follows now also import statements

This commit is contained in:
David Halter
2012-07-28 18:28:38 +02:00
parent deb2426e44
commit e99ff5528e
5 changed files with 15 additions and 7 deletions

View File

@@ -18,7 +18,6 @@ function! jedi#complete(findstart, base)
python << PYTHONEOF
if 1:
row, column = vim.current.window.cursor
print
if vim.eval('a:findstart') == '1':
count = 0
for char in reversed(vim.current.line[:column]):