]> 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 a string merging/split issue caused by standalone comments. (#3227)
authorYilei "Dolee" Yang <yileiyang@google.com>
Tue, 23 Aug 2022 03:40:38 +0000 (20:40 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2022 03:40:38 +0000 (20:40 -0700)
commit21218b666aeafd1c089cbe998e730f97605d25b2
treeda6e0e9fc6fae93102d6beae4097b2aa5390c176
parent59acf8af38a72e57b26d739adb5d5e7f350e8f2c
Fix a string merging/split issue caused by standalone comments. (#3227)

Fixes #2734: a standalone comment causes strings to be merged into one far too long (and requiring two passes to do so).

Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
.github/workflows/diff_shades.yml
CHANGES.md
src/black/trans.py
tests/data/preview/long_strings.py