]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/pack/stargrave/start/py-importcompl/ftplugin/python/importcompl.vim
Mutt updated
[dotfiles.git] / vim / .vim / pack / stargrave / start / py-importcompl / ftplugin / python / importcompl.vim
1 if exists("*python#importcompl#do") | finish | endif
2 inoremap <F3> <C-R>=python#importcompl#do()<CR>
3 cnoremap <F3> call python#importcompl#all()<CR>
4 cnoremap <F4> call python#unused#remove()<CR>