mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 19:24:36 +08:00
plugin is now almost empty, fixes #113
This commit is contained in:
@@ -1,16 +1,13 @@
|
|||||||
"jedi.vim - Omni Completion for python in vim
|
"jedi-vim - Omni Completion for python in vim
|
||||||
" Maintainer: David Halter <davidhalter88@gmail.com>
|
" Maintainer: David Halter <davidhalter88@gmail.com>
|
||||||
"
|
"
|
||||||
" This part of the software is just the vim interface. The really big deal is
|
" This part of the software is just the vim interface. The really big deal is
|
||||||
" the Jedi Python library.
|
" the Jedi Python library.
|
||||||
|
|
||||||
if g:jedi#auto_vim_configuration
|
" jedi-vim really needs, otherwise jedi-vim cannot start.
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
endif
|
|
||||||
|
|
||||||
" ------------------------------------------------------------------------
|
" Pyimport command
|
||||||
" PyImport command
|
|
||||||
" ------------------------------------------------------------------------
|
|
||||||
command! -nargs=1 -complete=custom,jedi#py_import_completions 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:
|
" vim: set et ts=4:
|
||||||
|
|||||||
Reference in New Issue
Block a user