forked from VimPlug/jedi-vim
Correctly fix return value of jedi#complete_opened (#664)
Fixes https://github.com/davidhalter/jedi-vim/issues/663. Fixes https://github.com/davidhalter/jedi-vim/issues/667.
This commit is contained in:
@@ -547,7 +547,7 @@ function! jedi#complete_opened(is_popup_on_dot) abort
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
return 0
|
return ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user