mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-13 22:39:10 +08:00
Mark failed plugins
This commit is contained in:
parent
ee8c3a4c55
commit
d4b8131be0
@ -403,7 +403,7 @@ endfunction
|
||||
|
||||
" - foo.vim: Updating failed.
|
||||
function! s:msg_on_updated_failed(name) abort
|
||||
call s:set_buf_line(s:plugin_manager_buffer, s:ui_buf[a:name] + 3, '- ' . a:name . ': Updating failed.')
|
||||
call s:set_buf_line(s:plugin_manager_buffer, s:ui_buf[a:name] + 3, '* ' . a:name . ': Updating failed.')
|
||||
endfunction
|
||||
|
||||
function! s:msg_on_install_process(name, status) abort
|
||||
@ -418,7 +418,7 @@ endfunction
|
||||
|
||||
" - foo.vim: Updating failed.
|
||||
function! s:msg_on_install_failed(name) abort
|
||||
call s:set_buf_line(s:plugin_manager_buffer, s:ui_buf[a:name] + 3, '- ' . a:name . ': Installing failed.')
|
||||
call s:set_buf_line(s:plugin_manager_buffer, s:ui_buf[a:name] + 3, '* ' . a:name . ': Installing failed.')
|
||||
endfunction
|
||||
|
||||
" - foo.vim: Updating done.
|
||||
@ -428,7 +428,7 @@ endfunction
|
||||
|
||||
" - foo.vim: Updating failed.
|
||||
function! s:msg_on_build_failed(name) abort
|
||||
call s:set_buf_line(s:plugin_manager_buffer, s:ui_buf[a:name] + 3, '- ' . a:name . ': Building failed.')
|
||||
call s:set_buf_line(s:plugin_manager_buffer, s:ui_buf[a:name] + 3, '* ' . a:name . ': Building failed.')
|
||||
endfunction
|
||||
|
||||
function! s:new_window() abort
|
||||
|
Loading…
x
Reference in New Issue
Block a user