mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
util.vim: fix typo (you->your) (#3225)
This commit is contained in:
parent
e15da7ed54
commit
9678f3f1f6
@ -193,7 +193,7 @@ fu! SpaceVim#util#CopyToClipboard(...) abort
|
||||
if has('nvim')
|
||||
echohl WarningMsg | echom 'Can not find clipboard, for more info see :h clipboard' | echohl None
|
||||
else
|
||||
echohl WarningMsg | echom 'You need to compile you vim with +clipboard feature' | echohl None
|
||||
echohl WarningMsg | echom 'You need to compile your vim with +clipboard feature' | echohl None
|
||||
endif
|
||||
endtry
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user