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

Mention comment non-processing in documentation (#2306)
[etc/vim.git] / tests / data / comments2.py
2021-06-08 Felix HildénMention comment non-processing in documentation (#2306)
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2019-11-25 Michael J. SullivanFix unstable formatting with some `# type: ignore`s...
2019-10-20 Jelle Zijlstrafix CI (#1078)
2019-10-20 Augie FacklerTweak collection literals to explode with trailing...
2019-10-11 Michael J. SullivanFix missed cases in the `# type: ignore` logic (#1059)
2019-10-10 Michael J. SullivanFix issue with type comments on lines with trailing...
2019-03-14 Łukasz LangaEnhance the type comment patch
2018-09-26 Łukasz LangaAdd trailing comma for single `as` imports, too
2018-06-06 Łukasz LangaMove test data to data