]> 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:

Added documentation for g:flake8_quickfix_location option
authorMikhail Medvedev <mmedvede@cs.uml.edu>
Wed, 7 May 2014 23:03:56 +0000 (19:03 -0400)
committerMikhail Medvedev <mmedvede@cs.uml.edu>
Wed, 7 May 2014 23:03:56 +0000 (19:03 -0400)
README.mdown

index f84055baa03b30179628af15d0a53d88cb10bea8..4db8b3b333d4859767035acc989eb8ad1b874fae 100644 (file)
@@ -54,6 +54,9 @@ To customize the location of your flake8 binary, set `g:flake8_cmd`:
 
     let g:flake8_cmd="/opt/strangebin/flake8000"
 
+To customize the location of quick fix window, set `g:flake8_quickfix_location`:
+
+    let g:flake8_quickfix_location="topleft"
 
 Tips
 ----