From 276ae1d35ed320bbb3138eab785c94e19b682932 Mon Sep 17 00:00:00 2001 From: Jethro Cao Date: Sun, 15 Sep 2019 20:02:59 +0900 Subject: [PATCH] Fixed typo 'yarked' to 'yanked' (#3059) --- config/plugins/defx.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/defx.vim b/config/plugins/defx.vim index 9447a4174..15873f389 100644 --- a/config/plugins/defx.vim +++ b/config/plugins/defx.vim @@ -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)