From: Vincent Driessen Date: Sat, 20 Oct 2012 07:26:52 +0000 (-0700) Subject: Merge pull request #17 from gwrtheyrn/readme_typo X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/8d88c0c53078aa96344e5ca11a84fa9f9109b276?hp=-c;pf=etc Merge pull request #17 from gwrtheyrn/readme_typo Small typo in README --- 8d88c0c53078aa96344e5ca11a84fa9f9109b276 diff --combined README.mdown index 7a01cf8,136cb4b..3921fdf --- a/README.mdown +++ b/README.mdown @@@ -34,10 -34,6 +34,10 @@@ the `` key if so. For example, to autocmd FileType python map :call Flake8() +To add builtins, in your .vimrc: + + let g:flake8_builtins="_,apply" + To ignore errors, in your .vimrc: let g:flake8_ignore="E501,W293" @@@ -50,7 -46,7 +50,7 @@@ To set the maximum [McCabe complexity]( 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"