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

Factor out is_dedented_already
authorDaniel Hahler <git@thequod.de>
Sun, 3 Jul 2016 11:09:49 +0000 (13:09 +0200)
committerDaniel Hahler <git@thequod.de>
Sun, 3 Jul 2016 11:09:49 +0000 (13:09 +0200)
commit0d5b5cf86bb19c03a0f569cb4eae49a7fd661888
treee731c9fd212b88f1ebdd09022d97301ac44d8708
parent2dcdd210d617e6941ec2d025a80ea16652441a2f
Factor out is_dedented_already

Not really necessary, but I did it when using it somewhere else
initially, and it might be more readable after all.
indent/python.vim