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

Fix indenting of strings, especially after opening paren
authorDaniel Hahler <git@thequod.de>
Fri, 27 Feb 2015 17:17:37 +0000 (18:17 +0100)
committerDaniel Hahler <git@thequod.de>
Wed, 6 May 2015 14:36:41 +0000 (16:36 +0200)
commit446bfd0cb17b5ea5b13161440a61d1a5f057c703
tree36a70391e7b95c1d58f5049e47bd53ecac2ee191
parent5a4f78c0b81d988c41973df57d04588068e21dc2
Fix indenting of strings, especially after opening paren

Fixes https://github.com/hynek/vim-python-pep8-indent/issues/36
Closes https://github.com/hynek/vim-python-pep8-indent/pull/37
indent/python.vim
spec/indent/indent_spec.rb