X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/66174e2d85c3aa21c8c12825f9389fdaefbf277e..381686d2f1fc799f7d248993f0ac86dd96ce7bab:/README.mdown diff --git a/README.mdown b/README.mdown index 86a09cb..136cb4b 100644 --- a/README.mdown +++ b/README.mdown @@ -46,7 +46,7 @@ To set the maximum [McCabe complexity](https://en.wikipedia.org/wiki/Cyclomatic_ let g:flake8_max_complexity=10 -To cutomize the location of your flake8 binary, set `g:flake8_cmd`: +To customize the location of your flake8 binary, set `g:flake8_cmd`: let g:flake8_cmd="/opt/strangebin/flake8000"