1
0
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:
lqhSniper 2019-08-27 22:45:09 +08:00 committed by Wang Shidong
parent 80cde1739a
commit a04f1106b7

View File

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