bullets-vim / bullets.vim

🔫 Bullets.vim is a Vim/NeoVim plugin for automated bullet lists.
https://doriankarter.com
Other
476 stars 36 forks source link

[Bug] checkbox markers not set correctly #100

Open mstojanovic opened 3 years ago

mstojanovic commented 3 years ago

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 commented 3 years ago

created pull request #101

edit: percentage limits are as described above