mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Fixed typo 'yarked' to 'yanked' (#3059)
This commit is contained in:
parent
ddecdd7bdb
commit
276ae1d35e
@ -197,7 +197,7 @@ endfunction
|
|||||||
function! DefxYarkPath(_) abort
|
function! DefxYarkPath(_) abort
|
||||||
let candidate = defx#get_candidate()
|
let candidate = defx#get_candidate()
|
||||||
let @+ = candidate['action__path']
|
let @+ = candidate['action__path']
|
||||||
echo 'yarked: ' . @+
|
echo 'yanked: ' . @+
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:trim_right(str, trim)
|
function! s:trim_right(str, trim)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user