goto follows now also import statements

This commit is contained in:
David Halter
2012-07-28 18:28:38 +02:00
parent 40208090ba
commit 07eaed2765

View File

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