1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:50:05 +08:00

Type: change vim-gik to vim-gtk (#3277)

This commit is contained in:
William Hutson 2020-01-02 01:55:36 -05:00 committed by Wang Shidong
parent ef36d19f9c
commit 1cd9404d42

View File

@ -29,7 +29,7 @@ function! SpaceVim#health#python#check() abort
call add(result, ' SUCCEED!')
else
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
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.')
@ -40,7 +40,7 @@ function! SpaceVim#health#python#check() abort
call add(result, ' SUCCEED!')
else
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
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.')