autolist.nvim icon indicating copy to clipboard operation
autolist.nvim copied to clipboard

dedent increases next item number by 2

Open ned-si opened this issue 3 years ago • 1 comments
trafficstars

Hey there,

Nice plugin!

description

When "dedenting" an item which is not at the end of a list, the next item number increases by 2.

to reproduce

1. item a
2. item b <-- insert mode here, then <c-d> 
3. item c <-- this changes to 5. 

ned-si avatar Aug 29 '22 07:08 ned-si

I'm currently refactoring the whole plugin, so I'll get back to you when that's done. Sorry

gaoDean avatar Aug 29 '22 07:08 gaoDean

fixed in the rewrite, try it out @ned-si

gaoDean avatar Sep 03 '22 08:09 gaoDean