]> 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 fix work even with of preceeding empty lines.
authorHassan Kibirige <has2k1@gmail.com>
Sat, 22 Mar 2014 21:55:20 +0000 (16:55 -0500)
committerHassan Kibirige <has2k1@gmail.com>
Sat, 22 Mar 2014 21:55:20 +0000 (16:55 -0500)
commit4224ee71e4cdbfa8ef08a59b0db62d915af1b0b6
treec1912fd0d6c1a940d19c90e0c4a6aa3936829712
parent445ce093b0aaaf767b18c052edbe688e82d18480
Make fix work even with of preceeding empty lines.

Previous commit was not robust enough to catch the
same issue if there were empty lines between the
current line the previous block.
indent/python.vim
spec/indent/indent_spec.rb