]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/python/testname.vim
Vim scripts refactoring
[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>