Improve GitHub issue template and JediDebugInfo

This commit is contained in:
Daniel Hahler
2017-02-17 12:42:35 +01:00
committed by Dave Halter
parent 682f37792d
commit 2ee9ec64d3
3 changed files with 66 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ 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()
command! -nargs=0 -bar JediDebugInfo call jedi#debug_info()
command! -nargs=0 -bang JediClearCache call jedi#clear_cache(<bang>0)
" vim: set et ts=4: