X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fpack%2Fstargrave%2Fstart%2Fpy-importcompl%2Fftplugin%2Fpython%2Fimportcompl.vim;h=25cf83eac23cbb2796031b05233aa040a74a32da;hb=9cbfa59ca421fac5422cbf0c2c52f48f8f2adb4c;hp=956d5228e5805b5ce83ef1de04f6409b60b9070e;hpb=e21853080f5005ad6c6b548146d339abd197f28e;p=dotfiles.git diff --git a/vim/.vim/pack/stargrave/start/py-importcompl/ftplugin/python/importcompl.vim b/vim/.vim/pack/stargrave/start/py-importcompl/ftplugin/python/importcompl.vim index 956d522..25cf83e 100644 --- a/vim/.vim/pack/stargrave/start/py-importcompl/ftplugin/python/importcompl.vim +++ b/vim/.vim/pack/stargrave/start/py-importcompl/ftplugin/python/importcompl.vim @@ -1,4 +1,4 @@ -if exists("*python#importcompl#do") | finish | endif -inoremap =python#importcompl#do() -cnoremap call python#importcompl#all() -cnoremap call python#unused#remove() +if exists("*python#importcompl#Do") | finish | endif +inoremap =python#importcompl#Do() +cnoremap call python#importcompl#All() +cnoremap call python#unused#Remove()