habamax / vim-asciidoctor

Asciidoctor plugin for Vim
MIT License
181 stars 16 forks source link

list indent is incorrect if there are braces #68

Closed habamax closed 3 years ago

habamax commented 4 years ago

Having

* list item 1 ()
* list item 2
* list item 3

and pressing =ip on a list I get following result:

* list item 1 ()
    * list item 2
    * list item 3

if you remove () it doesn't indent following list items.