From 367497f1eb76615e239634201bb57244eae1107e Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 15 Dec 2014 09:31:29 +0100 Subject: [PATCH] Add more explicit log. --- README.mdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.mdown b/README.mdown index 0ca6a65..b95fc8e 100644 --- a/README.mdown +++ b/README.mdown @@ -113,6 +113,15 @@ History 1.6: Deprecated configuring flake8 options through Vim settings. Instead, advise users to use the flake8 config file. + - Decprecated options: + - `g:flake8_builtins` + - `g:flake8_ignore` + - `g:flake8_max_line_length` + - `g:flake8_max_complexity` + + - New options: + - `g:flake8_quickfix_height` + 1.5: Added markers and the option to don't show the quickfix window, also split functions into a autoload file. Added: -- 2.39.2