Skip to content

Commit 1a0c322

Browse files
committed
Fix list item char
1 parent 958b204 commit 1a0c322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/markdown.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if !exists("g:vmt_dont_insert_fence")
1515
endif
1616

1717
if !exists("g:vmt_list_item_char")
18-
let g:vmt_list_item_char = '-'
18+
let g:vmt_list_item_char = '*'
1919
endif
2020

2121
if !exists("g:vmt_list_indent_text")

0 commit comments

Comments
 (0)