Merge pull request #326 from salazar/dev

Fix issue in Markdown visual mode link creation
This commit is contained in:
EinfachToll 2017-07-09 18:20:54 +02:00 committed by GitHub
commit 4a7d9a286f

View File

@ -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)