]> 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 an infinite recursion error exposed by #3440 (#3444)
authorYilei "Dolee" Yang <yileiyang@google.com>
Fri, 16 Dec 2022 13:02:41 +0000 (05:02 -0800)
committerGitHub <noreply@github.com>
Fri, 16 Dec 2022 13:02:41 +0000 (05:02 -0800)
commit78163939f157d9e18a8c0528fc5e1c58b1c1e69c
treefe3458448b485b23f0cf6f4613ccfc4ba95751e1
parentaafc21aa77f5c4d2ebcb833aa60faba6c2138b94
Fix an infinite recursion error exposed by #3440 (#3444)
src/black/linegen.py
tests/data/preview/long_dict_values.py