mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:00:05 +08:00
Type: change vim-gik to vim-gtk (#3277)
This commit is contained in:
parent
ef36d19f9c
commit
1cd9404d42
@ -29,7 +29,7 @@ function! SpaceVim#health#python#check() abort
|
|||||||
call add(result, ' SUCCEED!')
|
call add(result, ' SUCCEED!')
|
||||||
else
|
else
|
||||||
if !s:SYSTEM.isWindows
|
if !s:SYSTEM.isWindows
|
||||||
call add(result, ' Failed : to support +python3, Please install vim-gik, or build from sources.')
|
call add(result, ' Failed : to support +python3, Please install vim-gtk, or build from sources.')
|
||||||
else
|
else
|
||||||
call add(result, ' Failed : to support +python3, install vim from https://github.com/vim/vim-win32-installer/releases')
|
call add(result, ' Failed : to support +python3, install vim from https://github.com/vim/vim-win32-installer/releases')
|
||||||
call add(result, ' install python3, make sure you have `python` in your path.')
|
call add(result, ' install python3, make sure you have `python` in your path.')
|
||||||
@ -40,7 +40,7 @@ function! SpaceVim#health#python#check() abort
|
|||||||
call add(result, ' SUCCEED!')
|
call add(result, ' SUCCEED!')
|
||||||
else
|
else
|
||||||
if !s:SYSTEM.isWindows
|
if !s:SYSTEM.isWindows
|
||||||
call add(result, ' Failed : to support +python, Please install vim-gik, or build from sources.')
|
call add(result, ' Failed : to support +python, Please install vim-gtk, or build from sources.')
|
||||||
else
|
else
|
||||||
call add(result, ' Failed : to support +python3, install vim from https://github.com/vim/vim-win32-installer/releases')
|
call add(result, ' Failed : to support +python3, install vim from https://github.com/vim/vim-win32-installer/releases')
|
||||||
call add(result, ' install python3, make sure you have `python` in your path.')
|
call add(result, ' install python3, make sure you have `python` in your path.')
|
||||||
|
Loading…
Reference in New Issue
Block a user