]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/python/testname.vim
<F3> python#importcompl#all() helper
[dotfiles.git] / vim / .vim / ftplugin / python / testname.vim
1 if exists("*python#testname#get") | finish | endif
2 nmap <buffer> <leader>t :call python#testname#get()<CR>