]> git.madduck.net Git - etc/vim.git/history - tests/data/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 --experiemental-string-processing crash when matching parens not found (#2283)
[etc/vim.git] / tests / data / long_strings__regression.py
2021-05-30 Bryan BugyiFix --experiemental-string-processing crash when matchi...
2020-12-28 Bryan BugyiFix INTERNAL ERROR caused by removing parens from point...
2020-11-07 Bryan BugyiFix bug which causes f-expressions to be split (#1809)
2020-10-31 Bryan BugyiFix bug where black tries to split string on escaped...
2020-09-10 Bryan BugyiFix unstable subscript assignment string wrapping ...
2020-09-06 Bryan BugyiFix crash on assert and parenthesized % format (fixes...
2020-09-06 Bryan BugyiFix crash on concatenated string + comment (fixes ...
2020-09-06 Bryan BugyiFix unstable formatting on string split + % formatting...
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2020-05-08 Bryan BugyiImprove String Handling (#1132)