mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
jedi#complete should always be the default -> see discussion in #1
This commit is contained in:
2
jedi
2
jedi
Submodule jedi updated: f9595d7897...f6d2fdcf59
@@ -57,6 +57,10 @@ endif
|
|||||||
set switchbuf=useopen " needed for pydoc
|
set switchbuf=useopen " needed for pydoc
|
||||||
let s:current_file=expand("<sfile>")
|
let s:current_file=expand("<sfile>")
|
||||||
|
|
||||||
|
if g:jedi#auto_initialization
|
||||||
|
autocmd FileType python setlocal omnifunc=jedi#complete
|
||||||
|
endif
|
||||||
|
|
||||||
python << PYTHONEOF
|
python << PYTHONEOF
|
||||||
""" here we initialize the jedi stuff """
|
""" here we initialize the jedi stuff """
|
||||||
import vim
|
import vim
|
||||||
|
|||||||
Reference in New Issue
Block a user