]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/pack/stargrave/start/py-pep8/ftplugin/python/pep8.vim
Mutt updated
[dotfiles.git] / vim / .vim / pack / stargrave / start / py-pep8 / 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>