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

Bullet align doesn't work for `o`

Open ouuan opened this issue 4 years ago • 5 comments

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).

ouuan avatar Oct 12 '21 13:10 ouuan

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.  .

ouuan avatar Oct 12 '21 14:10 ouuan

I cannot reproduce this with the latest version. Has probably been solved.

harshad1 avatar Jan 31 '24 17:01 harshad1

I can still reproduce this.

ouuan avatar Jan 31 '24 17:01 ouuan

Well, this is somehow a duplicate of #95. But o and <cr> should be consistent at least 🤔

ouuan avatar Jan 31 '24 17:01 ouuan

You're right :(

I missed that you had double spaces after each bullet in your example

harshad1 avatar Jan 31 '24 17:01 harshad1