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

@@ -54,6 +54,7 @@ endif
command! -nargs=1 -complete=custom,jedi#py_import_completions Pyimport :call jedi#py_import(<q-args>)
command! -nargs=? -complete=file JediChooseEnvironment :call jedi#choose_environment(<q-args>)
command! -nargs=? -complete=file JediLoadProject :call jedi#load_project(<q-args>)
function! s:jedi_debug_info()