vim-asciidoc icon indicating copy to clipboard operation
vim-asciidoc copied to clipboard

Visual mode lu to make a list binding loses *bold*

Open scajanus opened this issue 10 years ago • 0 comments

In visual mode, pressing lu to turn selected lines to a list, lines starting with *bold* text lose the leading * when they are converted to list items.

*foo* stuff
*bar* stuff

is turned into

* foo* stuff
* bar* stuff

scajanus avatar Mar 24 '15 14:03 scajanus