preservim / vim-markdown

Markdown Vim Mode
4.69k stars 524 forks source link

Link conceal not working with symbols in link text #646

Open acamso opened 1 year ago

acamso commented 1 year ago

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