adding new stuff
This commit is contained in:
parent
f84d7183aa
commit
9ef8a96f9a
1580 changed files with 0 additions and 0 deletions
15
plugins/bundle/vim-markdown/test/indent-new-list-item.vader
Normal file
15
plugins/bundle/vim-markdown/test/indent-new-list-item.vader
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Before:
|
||||
let g:vim_markdown_new_list_item_indent = 2
|
||||
|
||||
After:
|
||||
unlet g:vim_markdown_new_list_item_indent
|
||||
|
||||
Given markdown;
|
||||
* item1
|
||||
|
||||
Do (new line from the first item of the list and add the second item):
|
||||
o* item2
|
||||
|
||||
Expect (insert 2 spaces to the head of second item):
|
||||
* item1
|
||||
* item2
|
||||
Loading…
Add table
Add a link
Reference in a new issue