mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 03:04:30 +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
|
||||
let s:current_file=expand("<sfile>")
|
||||
|
||||
if g:jedi#auto_initialization
|
||||
autocmd FileType python setlocal omnifunc=jedi#complete
|
||||
endif
|
||||
|
||||
python << PYTHONEOF
|
||||
""" here we initialize the jedi stuff """
|
||||
import vim
|
||||
|
||||
Reference in New Issue
Block a user