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

add basic test suite using vimrunner
authorJohann Klähn <kljohann@gmail.com>
Sun, 16 Jun 2013 21:47:13 +0000 (23:47 +0200)
committerJohann Klähn <kljohann@gmail.com>
Sun, 16 Jun 2013 21:52:38 +0000 (23:52 +0200)
commit659ef8fe6e0fdaa4672bccf54f30f2a4b51f5917
tree7f839706b586ef9c9a3a087715ed7cb84685ded8
parentac5e9002ee9ee420f725251d3bd08bd0a31c4373
add basic test suite using vimrunner
Gemfile [new file with mode: 0644]
indent/python.vim
spec/indent/indent_spec.rb [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]