私はこれを試しました.vimrc
(これは を使用しますvundle
):
autocmd FileType python Bundle 'ervandew/supertab'
また'ervandew/supertab'
、Python ファイルの「BundleList」にリストします。うまくいきません。どうしてか分かりません。私のautocmdコマンドが間違っていたのでしょうか?
課題がなくなっていると思います。を実行するとBundle 'ervandew/supertab'
、vim で変数が表示されます。たとえば、:let SuperTabMappingForward
を示していますSuperTabMappingForward <tab>
。しかし、autocmd を使用すると、E121: Undefined variable: SuperTabMappingForward
. 入れても同じBundle 'ervandew/supertab'
です~/.vim/ftplugin/python.vim
私のvimの知識は限られています!