mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Fix return value of jedi#complete_opened (#664)
Fixes https://github.com/davidhalter/jedi-vim/issues/663.
This commit is contained in:
@@ -545,7 +545,7 @@ function! jedi#complete_opened(is_popup_on_dot) abort
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
return
|
||||
return 0
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user