]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add more explicit log.
authorVincent Driessen <vincent@3rdcloud.com>
Mon, 15 Dec 2014 08:31:29 +0000 (09:31 +0100)
committerVincent Driessen <vincent@3rdcloud.com>
Mon, 15 Dec 2014 08:31:29 +0000 (09:31 +0100)
README.mdown

index 0ca6a65b60180ca79a600b3af32f5b3fcd4db1d9..b95fc8edda888fddbef0dea18dfca558aef5ebfd 100644 (file)
@@ -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: