]> git.madduck.net Git - etc/vim.git/commit

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:

Generalize star expression handling
authorŁukasz Langa <lukasz@langa.pl>
Mon, 16 Apr 2018 08:32:09 +0000 (01:32 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 16 Apr 2018 08:34:15 +0000 (01:34 -0700)
commita764f1bb3b459ee6f2e752e3d67793b119a2144a
tree6b73b1e3e5c4d2d24d1099c1cd1fd3267ebcf637
parentf294cc272c3aa5b8d3cd35b9f9283721b7e458d8
Generalize star expression handling

Fixes #132
README.md
black.py
docs/reference/reference_functions.rst
tests/expression.diff
tests/expression.py
tests/function.py
tests/test_black.py