]> 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 bracket match bug (#470)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 23 Aug 2018 11:52:07 +0000 (04:52 -0700)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Thu, 23 Aug 2018 11:52:07 +0000 (12:52 +0100)
commitb53cb9474348e13533ccba3735191a55ef3da6c4
tree734936d6b677eb2b2a60bad58f359afc7c2f1405
parent8b340e210271a8108995fd479c55dbc0a34466bd
fix bracket match bug (#470)

* fix bracket match bug

* add missing test file
black.py
tests/data/bracketmatch.py [new file with mode: 0644]
tests/test_black.py