]> git.madduck.net Git - etc/vim.git/history - tests/data/preview/long_strings.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:

Do not wrap implicitly concatenated strings used as func args in parens (#3640)
[etc/vim.git] / tests / data / preview / long_strings.py
2023-04-28 Yilei "Dolee" YangDo not wrap implicitly concatenated strings used as...
2023-03-11 Casey KorverCorrect spelling mistakes (#3599)
2022-12-23 Yilei "Dolee" YangSignificantly speedup ESP on large expressions that...
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-09-14 Yilei "Dolee" YangFix a crash on dicts with paren-wrapped long string...
2022-08-31 Yilei "Dolee" YangAdd parens around implicit string concatenations where...
2022-08-23 Yilei "Dolee" YangFix a string merging/split issue caused by standalone...
2022-05-18 Sagi ShadurRemove hard coded test cases (#3062)