mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
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
|
||||
return 0
|
||||
return ''
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user