]> 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:

Make parentheses invisible recursively in atoms
authorŁukasz Langa <lukasz@langa.pl>
Mon, 7 May 2018 18:12:38 +0000 (11:12 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 7 May 2018 18:13:55 +0000 (11:13 -0700)
commitcfb003f51c89802b5bca29018fde62c4501a8940
tree4f00f2aaf479a950411ab7da639b7f289da4c76d
parentdc0c14240e7423d9ada002835dcc195f8c6d8797
Make parentheses invisible recursively in atoms

This fixes non-deterministic formatting when multiple pairs of removable
parentheses are used.

Fixes #183
README.md
black.py
docs/reference/reference_functions.rst
tests/expression.diff
tests/expression.py