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

Indent correctly after lines with '#'s in strings
authorLeoMao <lmao20001@gmail.com>
Sun, 21 Jul 2013 13:33:11 +0000 (21:33 +0800)
committerHynek Schlawack <hs@ox.cx>
Sat, 9 Nov 2013 14:07:00 +0000 (15:07 +0100)
commit31a2fd4cf80abba74dc3ef9fb0ceed8b540d2a1c
tree06df395b4c77910da5bcfb6b5492a42324765ff5
parent18593f1150972346884dac64d7e71fd6a5f2b0fc
Indent correctly after lines with '#'s in strings

Fixes #5.
indent/python.vim
spec/indent/indent_spec.rb