remove echo usage from VimwikiPasteLink

This commit is contained in:
paperbenni
2021-07-29 14:23:03 +02:00
committed by Brennen Bearnes
parent 7d937615c1
commit 22dcb36618
+1 -1
View File
@@ -228,7 +228,7 @@ function! s:get_wikifile_link(wikifile) abort
endfunction
function! vimwiki#path#PasteLink(wikifile) abort
execute 'r !echo "[[/'.s:get_wikifile_link(a:wikifile).']]"'
call append(line('.'), '[[/'.s:get_wikifile_link(a:wikifile).']]')
endfunction