X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fftplugin%2Fpython%2Fpep8.vim;fp=vim%2F.vim%2Fftplugin%2Fpython%2Fpep8.vim;h=0000000000000000000000000000000000000000;hb=c571224ad14b80a040c164399e7dede5dd31ebd0;hp=8340721eebedd06510e43738c38fd6de04cc4ec2;hpb=8f8b8da2508211746a9a7988925c1cfe3bb44725;p=dotfiles.git diff --git a/vim/.vim/ftplugin/python/pep8.vim b/vim/.vim/ftplugin/python/pep8.vim deleted file mode 100644 index 8340721..0000000 --- a/vim/.vim/ftplugin/python/pep8.vim +++ /dev/null @@ -1,3 +0,0 @@ -if exists("*python#pep8#do") | finish | endif -sign define P8 text=P8 texthl=Error -map :call python#pep8#do()