]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/pep8.vim
Various Vim plugins separated on packages
[dotfiles.git] / vim / .vim / ftplugin / python / pep8.vim
diff --git a/vim/.vim/ftplugin/python/pep8.vim b/vim/.vim/ftplugin/python/pep8.vim
deleted file mode 100644 (file)
index 8340721..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if exists("*python#pep8#do") | finish | endif
-sign define P8 text=P8 texthl=Error
-map <buffer> <F5> :call python#pep8#do()<CR>