fix issue in Markdown visual mode link creation
This commit is contained in:
parent
13f82dbaac
commit
30ab7dbff0
@ -145,7 +145,7 @@ function! s:normalize_link_syntax_v() " {{{
|
||||
call setreg('"', link, 'v')
|
||||
|
||||
" paste result
|
||||
norm! `>pgvd
|
||||
norm! `>""pgvd
|
||||
|
||||
finally
|
||||
call setreg('"', rv, rt)
|
||||
|
Loading…
Reference in New Issue
Block a user