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

don't run tests from /build
[etc/vim.git] / tests / expression.diff
2018-05-22 Łukasz LangaFix unstable formatting on trailers omitted from line...
2018-05-18 Łukasz LangaAlways explode data structure literals
2018-05-16 Łukasz LangaImplement fluent interfaces
2018-05-16 Łukasz LangaConsider `in`, `not in`, `is`, `is not` operators
2018-05-16 Łukasz LangaDon't use optional parentheses in unnecessary situations
2018-05-15 Łukasz LangaDon't explode trailers that fit in a single line
2018-05-09 Łukasz LangaDon't make parentheses invisible around yield expressions
2018-05-09 Łukasz LangaSupport nested lambdas in BracketTracker
2018-05-09 Łukasz LangaAutomatic management of parentheses in assignments
2018-05-09 Łukasz LangaDelimit multiline expressions according to math operato...
2018-05-07 Łukasz LangaMake parentheses invisible recursively in atoms
2018-05-01 Zsolt DollensteinFormat subscriptions in a PEP-8 compliant way (#178)
2018-04-24 Łukasz LangaDo not enforce empty lines after control flow statements
2018-04-24 Łukasz LangaSplit ternary expressions
2018-04-21 Łukasz LangaMove delimiter token skipping to BracketTracker
2018-04-17 Zsolt DollensteinMerge pull request #138 from ambv/star-expr
2018-04-17 Zsolt DollensteinParse complex expressions in parameters after * and **
2018-04-16 Łukasz LangaGeneralize star expression handling
2018-04-12 Łukasz LangaFix placement of dictionary unpacking inside dict literals
2018-04-11 Łukasz LangaAutomatic parentheses management
2018-04-05 Łukasz Langa[blib2to3] Support non-ASCII identifiers
2018-03-31 Łukasz LangaSupport --diff for both files and stdin