]> 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 `is_complex_subscript()` ignore list literals
authorŁukasz Langa <lukasz@langa.pl>
Sat, 9 Jun 2018 22:40:39 +0000 (15:40 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 9 Jun 2018 23:04:09 +0000 (16:04 -0700)
commitd240ca25ea73dad793750977fb7b7cdfbeadd2eb
treeef891fba98dd37e942a4922aaead123d2b7d15d7
parent94ebcb50851e40cba88c6ad2c14f9dfe45e08921
Make `is_complex_subscript()` ignore list literals

This fixes catastrophically quadratic behavior on long lists.
README.md
black.py