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

Fix demo indentation
authorThomas Smith <thomathom@gmail.com>
Fri, 21 Nov 2014 16:15:30 +0000 (11:15 -0500)
committerThomas Smith <thomathom@gmail.com>
Fri, 21 Nov 2014 16:15:30 +0000 (11:15 -0500)
README.rst

index 719531547798bc4010315c458a633170fae49413..379c0c37f068c991dcda41dcccdbb98772c3c83c 100644 (file)
@@ -8,7 +8,7 @@ This small script modifies vim_’s indentation behavior to comply with PEP8_ an
 Most importantly::
 
    foobar(foo,
-         bar)
+          bar)
 
 and::