From: Vincent Driessen Date: Thu, 23 Feb 2012 00:01:40 +0000 (-0800) Subject: Merge pull request #3 from noah/master X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d2e426f90a014fb790bc6ca8b6cd8dbb3f8290ea?hp=2cf450fb46d67e32d13ad0ff92397c11e8c640cd Merge pull request #3 from noah/master Doc update. Thanks, @noah. --- 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: