]> git.madduck.net Git - etc/vim.git/history - tests/data/expression.diff

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 feature detection for positional-only arguments in lambdas (#2532)
[etc/vim.git] / tests / data / expression.diff
2021-02-24 tpilewiczWrap arithmetic and binary arithmetic expressions in...
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2020-06-03 Adam Williamsonexpression tests: adjust starred expression for Python...
2020-04-05 Rémi VerscheldeFix --diff output when encountering EOF (#1328)
2019-10-20 Jelle ZijlstraBack out #850 (#1079)
2019-10-20 Augie FacklerTweak collection literals to explode with trailing...
2019-10-03 Michael J. SullivanDon't break long lines when `type: ignore` is present...
2019-06-29 Brandt BucherForce parentheses between unary op and binary power...
2019-05-16 Jelle Zijlstraremove obviously unnecessary parentheses (#850)
2019-05-07 Jelle ZijlstraRemove unnecessary parens around yield (#834)
2018-09-17 Zsolt Dollensteinfix unstable formatting when unpacking big tuples ...
2018-06-06 Łukasz LangaMove test data to data