-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] checkbox markers not set correctly #100
Comments
mstojanovic
pushed a commit
to mstojanovic/bullets.vim
that referenced
this issue
May 2, 2021
Code is commented since the math is a bit tricky and not intuitive. And vimscript doesn't like floating point calculations
created pull request #101 edit: percentage limits are as described above |
mstojanovic
pushed a commit
to mstojanovic/bullets.vim
that referenced
this issue
May 3, 2021
Code is commented since the math is a bit tricky and not intuitive. And vimscript doesn't like floating point calculations
AndyMcAliley
pushed a commit
to AndyMcAliley/bullets.vim
that referenced
this issue
Apr 8, 2024
Code is commented since the math is a bit tricky and not intuitive. And vimscript doesn't like floating point calculations
AndyMcAliley
pushed a commit
to AndyMcAliley/bullets.vim
that referenced
this issue
Apr 8, 2024
Code is commented since the math is a bit tricky and not intuitive. And vimscript doesn't like floating point calculations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: