Added an undocumented JediLoadProject for now

This commit is contained in:
Dave Halter
2020-08-01 13:32:48 +02:00
parent 6efd966481
commit 74fd73d017
3 changed files with 30 additions and 0 deletions

View File

@@ -428,6 +428,10 @@ function! jedi#choose_environment(args) abort
PythonJedi jedi_vim.choose_environment()
endfun
function! jedi#load_project(args) abort
PythonJedi jedi_vim.load_project()
endfun
function! jedi#py_import_completions(argl, cmdl, pos) abort
PythonJedi jedi_vim.py_import_completions()
endfun