]> 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 keeping indent with 'else' for 'if' after 'try-except' (#52)
authorDaniel Hahler <github@thequod.de>
Mon, 4 Jul 2016 04:32:30 +0000 (06:32 +0200)
committerHynek Schlawack <hs@ox.cx>
Mon, 4 Jul 2016 04:32:30 +0000 (06:32 +0200)
commit2c38ff0159249d9aff92ccde1cad9ee310a00a8d
tree27dca6de4506c37e616ce18c5031837a26ec273c
parente1d10d7245ae11cea9fec2fd5a43757df6114691
Fix keeping indent with 'else' for 'if' after 'try-except' (#52)

Fixes https://github.com/hynek/vim-python-pep8-indent/issues/47.
indent/python.vim
spec/indent/indent_spec.rb