From: Danilo Bargen Date: Fri, 13 Jul 2012 12:01:32 +0000 (+0200) Subject: Mentioned g:flake8_cmd (#9) in README X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/0aa6cd08f60a942c22073abac16ef82a08bc9f33?hp=2941a5201cf0c7050cf8750d1c4f311dd292940c Mentioned g:flake8_cmd (#9) in README --- diff --git a/README.mdown b/README.mdown index b84d224..99ef175 100644 --- a/README.mdown +++ b/README.mdown @@ -45,6 +45,10 @@ To ignore errors, in your .vimrc: let g:flake8_ignore="E501,W293" +If you want to cutomize the location of your flake8 binary, set `g:flake8_cmd`: + + let g:flake8_cmd="/opt/strangebin/flake8000" + This plugin goes well together with the following plugin: - [PyUnit](http://github.com/nvie/vim-pyunit) (unit test helper under ``