Skip to content

Commit bc56bb0

Browse files
committed
Fix default list_indent_text
1 parent 1a0c322 commit bc56bb0

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
@@ -19,7 +19,7 @@ if !exists("g:vmt_list_item_char")
1919
endif
2020

2121
if !exists("g:vmt_list_indent_text")
22-
let g:vmt_list_indent_text = ' '
22+
let g:vmt_list_indent_text = ''
2323
endif
2424

2525
if !exists("g:vmt_cycle_list_item_markers")

0 commit comments

Comments
 (0)