Add JediDebugInfo command: display used Python version

This command is meant to come in handy to debug problems with jedi-vim.
For now, it will display the Python version that jedi-vim is using.
This commit is contained in:
Daniel Hahler
2015-08-19 23:57:29 +02:00
parent 7890339ca8
commit ed09c7c1af
2 changed files with 10 additions and 0 deletions

View File

@@ -30,4 +30,6 @@ endif
" Pyimport command
command! -nargs=1 -complete=custom,jedi#py_import_completions Pyimport :call jedi#py_import(<q-args>)
command! -nargs=0 JediDebugInfo call jedi#debug_info()
" vim: set et ts=4: