mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-08 18:04:46 +08:00
Change PlugClean message
This commit is contained in:
2
plug.vim
2
plug.vim
@@ -355,7 +355,7 @@ endfunction
|
|||||||
|
|
||||||
function! s:clean(force)
|
function! s:clean(force)
|
||||||
call s:prepare()
|
call s:prepare()
|
||||||
call append(0, 'Removing unused plugins in '.g:plug_home)
|
call append(0, 'Searching for unused plugins in '.g:plug_home)
|
||||||
call append(1, '')
|
call append(1, '')
|
||||||
|
|
||||||
" List of valid directories
|
" List of valid directories
|
||||||
|
|||||||
Reference in New Issue
Block a user