bullets.vim icon indicating copy to clipboard operation
bullets.vim copied to clipboard

[Bug] checkbox markers not set correctly

Open mstojanovic opened this issue 4 years ago • 1 comments

by my understanding of the doc: let g:bullets_checkbox_markers = ' .:oOX' should work: 0% ' ', <0%-25%> '.', [25%-50%> ':', [50%-75%> 'o', [75%-100%> 'O', 100% 'X'

on a list with 6 subitems the top level gets marked with a 'X' after 5 are checked in the sublist

mstojanovic avatar May 02 '21 17:05 mstojanovic

created pull request #101

edit: percentage limits are as described above

mstojanovic avatar May 02 '21 21:05 mstojanovic