mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +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
|
||||
let candidate = defx#get_candidate()
|
||||
let @+ = candidate['action__path']
|
||||
echo 'yarked: ' . @+
|
||||
echo 'yanked: ' . @+
|
||||
endfunction
|
||||
|
||||
function! s:trim_right(str, trim)
|
||||
|
Loading…
Reference in New Issue
Block a user