]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/python/importcompl.vim
python#unused#remove() faster call
[dotfiles.git] / vim / .vim / 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>