mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
move py_import function finally to jedi_vim.py
This commit is contained in:
@@ -83,6 +83,6 @@ endif
|
||||
" ------------------------------------------------------------------------
|
||||
" PyImport command
|
||||
" ------------------------------------------------------------------------
|
||||
command! -nargs=1 -complete=custom,jedi#py_import_completion Pyimport :call jedi#py_import(<q-args>)
|
||||
command! -nargs=1 -complete=custom,jedi#py_import_completions Pyimport :call jedi#py_import(<q-args>)
|
||||
|
||||
" vim: set et ts=4:
|
||||
|
||||
Reference in New Issue
Block a user