Skip to content
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

Open
mstojanovic opened this issue May 2, 2021 · 1 comment
Open

[Bug] checkbox markers not set correctly #100

mstojanovic opened this issue May 2, 2021 · 1 comment

Comments

@mstojanovic
Copy link
Contributor

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 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
@mstojanovic
Copy link
Contributor Author

mstojanovic commented May 2, 2021

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant