bullets.vim
bullets.vim copied to clipboard
Bullet align doesn't work for `o`
When I have
1. a
2. a
3. a
4. a
5. a
6. a
7. a
8. a
9. a
If I press <cr> in insert mode at the end of the last line, I'll get 10. (only a single space).
But if I press o in normal mode at the last line, I'll get 10.  (two spaces).
I just discovered that, when I have
1. a
2. a
3. a
4. a
5. a
6. a
7. a
8. a
9. a
10. a
pressing <cr> at the end of the last line turns 10. into 10.  .
I cannot reproduce this with the latest version. Has probably been solved.
I can still reproduce this.
Well, this is somehow a duplicate of #95. But o and <cr> should be consistent at least 🤔
You're right :(
I missed that you had double spaces after each bullet in your example