vim-asciidoc
vim-asciidoc copied to clipboard
Visual mode lu to make a list binding loses *bold*
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