]> 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:

Significantly speedup ESP on large expressions that contain many strings (#3467)
authorYilei "Dolee" Yang <yileiyang@google.com>
Fri, 23 Dec 2022 20:13:45 +0000 (12:13 -0800)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 20:13:45 +0000 (12:13 -0800)
commit3feff21eca0eee4b9fe72d12b506ac273cb5bcd0
tree5d8a2b158d88903f1dd6c251b2b1b50c791be60a
parent3246df89d6d80fc09357b445630fad87f08f57ce
Significantly speedup ESP on large expressions that contain many strings (#3467)
CHANGES.md
src/black/trans.py
tests/data/preview/long_strings.py