]> 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: unexpected parentheses around non-mathematical powers
authorŁukasz Langa <lukasz@langa.pl>
Mon, 28 Oct 2019 13:53:25 +0000 (14:53 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 28 Oct 2019 13:55:24 +0000 (14:55 +0100)
commit6dca5278a3159cb35e8b9076bf81eacd35c1f0a7
treed900c13b677d4cfb09d2d2dd1e373da26deaf670
parentdf6e1a41f79f462645f66f61d4d8785a415deb95
Fix regression: unexpected parentheses around non-mathematical powers

This was caused by an overly liberal application of parentheses in #909 that
fixed #646.

Fixes #1041
black.py
tests/data/function2.py