]> 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 internal error when FORCE_OPTIONAL_PARENTHESES feature is enabled (#2332)
[etc/vim.git] / tests / data / long_strings__regression.py
2021-06-13 Bryan BugyiFix internal error when FORCE_OPTIONAL_PARENTHESES...
2021-06-09 jack1142Support named escapes (`\N{...}`) in string processing...
2021-06-09 Richard SiRegression fix: leave R prefixes capitalization alone...
2021-06-07 Bryan BugyiFix incorrect custom breakpoint indices when string...
2021-06-07 Bryan BugyiAccount for += assignment when deciding whether to...
2021-05-30 Bryan BugyiFix regular expression that black uses to identify...
2021-05-30 Bryan BugyiMake sure to split lines that start with a string opera...
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)