]> 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 new list item indent configurable
authorTakumi Tsunokake <t.bekkou@gmail.com>
Sat, 20 Feb 2016 12:22:58 +0000 (21:22 +0900)
committerTakumi Tsunokake <t.bekkou@gmail.com>
Sat, 20 Feb 2016 16:45:52 +0000 (01:45 +0900)
commit9dd8d7c09eff15f845edfa88cb22df88a5b6b8c6
tree225104482719c3cefe0ec2d623a0b3a57c7a36f9
parent8ccb96e83d0aec1f10a42399563c827477124ee2
make new list item indent configurable

before the commit, we cannot configure new list item indent,
it was fixed. i always insert 2-space indent for new list item.
so i'd like to make it configurable.
README.md
doc/vim-markdown.txt
indent/markdown.vim
test/indent-new-list-item.vader [new file with mode: 0644]
test/indent.vader