]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/python/pep8.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / ftplugin / python / pep8.vim
1 if exists("*python#pep8#do") | finish | endif
2 sign define P8 text=P8 texthl=Error
3 map <buffer> <F5> :call python#pep8#do()<CR>