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

Link conceal not working with symbols in link text

Open acamso opened this issue 10 months ago • 0 comments

Symbols in the link text seem to break functionality resulting in incorrect highlighting and s:Markdown_GetUrlForPosition().

Selection_004 Selection_005

This is with the following settings:

set concealcursor =nc
set conceallevel  =2
let g:vim_markdown_conceal_code_blocks = 0
let g:vim_markdown_edit_url_in  = 'vsplit'
let g:vim_markdown_follow_anchor = 1
let g:vim_markdown_autowrite = 0

acamso avatar Oct 15 '23 23:10 acamso