forked from VimPlug/jedi-vim
goto follows now also import statements
This commit is contained in:
1
jedi.vim
1
jedi.vim
@@ -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]):
|
||||||
|
|||||||
Reference in New Issue
Block a user