Implement :JediChooseEnvironment

This commit is contained in:
Dave Halter
2020-07-31 15:06:09 +02:00
parent 104d817f0c
commit e23687462b
3 changed files with 26 additions and 5 deletions

View File

@@ -53,6 +53,9 @@ endif
" Pyimport command
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>)
function! s:jedi_debug_info()
" Ensure the autoload file has been loaded (and ignore any errors, which
" will be displayed with the debug info).