Skip to content

Commit 9d07584

Browse files
committed
fix next checkbox bullet type
1 parent b71d5dd commit 9d07584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/bullets.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ endfun
422422

423423
fun! s:next_chk_bullet(bullet)
424424
let l:checkbox_markers = split(g:bullets_checkbox_markers, '\zs')
425-
return '- [' . l:checkbox_markers[0] . ']'
425+
return a:bullet.bullet[0].' [' . l:checkbox_markers[0] . ']'
426426
endfun
427427
" }}}
428428

0 commit comments

Comments
 (0)