mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:10:05 +08:00
plugin install failed to call _append_buf_line in WIN10 (#3011)
This commit is contained in:
parent
80cde1739a
commit
a04f1106b7
@ -156,7 +156,7 @@ function! SpaceVim#plugins#manager#install(...) abort
|
||||
if has('nvim')
|
||||
call s:set_buf_line(s:plugin_manager_buffer, 2, s:status_bar())
|
||||
call s:set_buf_line(s:plugin_manager_buffer, 3, '')
|
||||
elseif has('python')
|
||||
elseif s:VIM_CO.has('python')
|
||||
call s:append_buf_line(s:plugin_manager_buffer, 2, s:status_bar())
|
||||
call s:append_buf_line(s:plugin_manager_buffer, 3, '')
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user