]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/vim-markdown/test/indent-new-list-item.vader

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 '.vim/bundle/vim-flake8/' from commit 'ddceec6c457fd59bc2a9321cbf817e42aa4bfd86'
[etc/vim.git] / .vim / bundle / vim-markdown / test / indent-new-list-item.vader
1 Before:
2   let g:vim_markdown_new_list_item_indent = 2
3
4 After:
5   unlet g:vim_markdown_new_list_item_indent
6
7 Given markdown;
8 * item1
9
10 Do (new line from the first item of the list and add the second item):
11   o* item2
12
13 Expect (insert 2 spaces to the head of second item):
14   * item1
15     * item2