]> 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 regression with colon-at-eol detection (#44)
authorDaniel Hahler <git@thequod.de>
Sat, 23 May 2015 22:24:22 +0000 (00:24 +0200)
committerDaniel Hahler <git@thequod.de>
Sat, 23 May 2015 22:34:17 +0000 (00:34 +0200)
commitf4f95ee041370e3e79bb72cb9b360a4ec5707785
tree579b47e30a386c69f8a78c3150b6384006205ee1
parent955f7c02983ec2dd3c40fd46d6ad5665f9dd1831
Fix regression with colon-at-eol detection (#44)

Instead of using `search` it now goes back and breaks if a char is found
that should not get skipped.

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