]> git.madduck.net Git - etc/vim.git/history - tests/data/preview/long_strings__regression.py

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 invalid quote escaping bug in f-string expressions (#3509)
[etc/vim.git] / tests / data / preview / long_strings__regression.py
2023-01-22 Yilei "Dolee" YangFix an invalid quote escaping bug in f-string expressio...
2022-12-20 Yilei "Dolee" YangFix a crash in ESP where a standalone comment is placed...
2022-12-20 Yilei "Dolee" YangFix an f-string crash in ESP. (#3463)
2022-12-15 Yilei "Dolee" YangPrefer splitting right hand side of assignment statemen...
2022-12-15 Yilei "Dolee" YangImprove long values in dict literals (#3440)
2022-10-27 Yilei "Dolee" YangWrap concatenated strings used as function args in...
2022-08-31 Yilei "Dolee" YangAdd parens around implicit string concatenations where...
2022-05-18 Sagi ShadurRemove hard coded test cases (#3062)