1
0
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:
lasers 2019-11-15 23:08:06 -06:00 committed by Wang Shidong
parent e15da7ed54
commit 9678f3f1f6

View File

@ -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