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

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:

correctly indent after parens in control structures
authorJohann Klähn <kljohann@gmail.com>
Fri, 8 Nov 2013 19:53:33 +0000 (20:53 +0100)
committerJohann Klähn <kljohann@gmail.com>
Sat, 4 Jan 2014 10:50:23 +0000 (11:50 +0100)
commit94bfc42df230d422ce004667f91fec535a6258e7
tree630862aa6e8e4b0c7fb224c31f8d057454d83a0c
parenteed8e99ce344d773997c4683aef9de3e2ed7ec62
correctly indent after parens in control structures

fixes #7
indent/python.vim
spec/indent/indent_spec.rb