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