From: noah Date: Wed, 22 Feb 2012 23:05:29 +0000 (-0600) Subject: updating inaccurate doc which did not work in vim 7.3 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/afdb41fd61b8367191d2f22d2c90d909a51a8a6a?ds=inline;hp=-c;pf=etc updating inaccurate doc which did not work in vim 7.3 --- afdb41fd61b8367191d2f22d2c90d909a51a8a6a diff --git a/README.mdown b/README.mdown index 56bfe43..b84d224 100644 --- a/README.mdown +++ b/README.mdown @@ -43,7 +43,7 @@ enable this, add the following line to your `.vimrc` file (thanks To ignore errors, in your .vimrc: - g:flake8_ignore=E501,W293 + let g:flake8_ignore="E501,W293" This plugin goes well together with the following plugin: