Skip to content

Commit c2bc8ed

Browse files
authored
Merge pull request #91 from samgriesemer/fix-chk-bullet
fix: next checkbox bullet type
2 parents b71d5dd + 9d07584 commit c2bc8ed

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)