]> 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 long lines with power operator(s) getting splitted before line length (#3942)
authorHenri Holopainen <henri.i.holopainen@gmail.com>
Mon, 16 Oct 2023 14:08:21 +0000 (17:08 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 14:08:21 +0000 (07:08 -0700)
commit1648ac51806d092c95cb9bb2e4a5bffda6095bc1
treed49114c29b550d3f98f9f653260ebc73652b2262
parent6f84f652850dca8a1b578581e2fbb2cb95e791cc
Fix long lines with power operator(s) getting splitted before line length (#3942)

Fixes #3889
CHANGES.md
src/black/linegen.py
src/black/mode.py
tests/data/cases/power_op_spacing.py
tests/data/cases/preview_power_op_spacing.py [new file with mode: 0644]