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

It's obviously not just me, yo. Thanks y'all đŸ–€
[etc/vim.git] / tests / function.py
2018-03-27 Ɓukasz LangaDon't crash and burn on empty lines with trailing white...
2018-03-23 Ɓukasz LangaProperle space complex expressions in default values...
2018-03-23 Ɓukasz LangaAutomatic detection of deprecated Python 2 forms of...
2018-03-17 Ɓukasz LangaRemove the trailing comma if there is only one argument...
2018-03-17 Ɓukasz LangaIgnore empty bracket pairs while splitting
2018-03-16 Ɓukasz LangaOnly use trailing commas in function signatures when...
2018-03-15 Ɓukasz LangaFix spurious extra spaces after opening parentheses...
2018-03-14 Ɓukasz LangaInitial commit