remove echo usage from VimwikiPasteLink
This commit is contained in:
committed by
Brennen Bearnes
parent
7d937615c1
commit
22dcb36618
@@ -228,7 +228,7 @@ function! s:get_wikifile_link(wikifile) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! vimwiki#path#PasteLink(wikifile) abort
|
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
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user