mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 03:04:30 +08:00
after/ftplugin/python/jedi.vim takes care of setting the omnifunc,
it's not needed here anymore.
This commit is contained in:
@@ -7,8 +7,6 @@ endif
|
|||||||
|
|
||||||
if g:jedi#auto_initialization
|
if g:jedi#auto_initialization
|
||||||
if g:jedi#completions_enabled
|
if g:jedi#completions_enabled
|
||||||
setlocal omnifunc=jedi#completions
|
|
||||||
|
|
||||||
" map ctrl+space for autocompletion
|
" map ctrl+space for autocompletion
|
||||||
if g:jedi#completions_command == "<C-Space>"
|
if g:jedi#completions_command == "<C-Space>"
|
||||||
" in terminals, <C-Space> sometimes equals <Nul>
|
" in terminals, <C-Space> sometimes equals <Nul>
|
||||||
|
|||||||
Reference in New Issue
Block a user