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

Type in install cmd

close https://github.com/SpaceVim/SpaceVim/issues/3933
This commit is contained in:
Shidong Wang 2020-11-06 21:07:34 +08:00
parent f95e371be5
commit 0dc1b74647

View File

@ -57,7 +57,7 @@ if (Get-Command "gvim" -ErrorAction SilentlyContinue) {
echo "[OK] Test successfully. Moving to next..."
sleep 1
} else {
echo "[WARNING] Unable to find 'gvim.exe' in your PATH. But intallation still can continue..."
echo "[WARNING] Unable to find 'gvim.exe' in your PATH. But installation still can continue..."
echo ""
echo "[WARNING] Please install gvim later or make your PATH correctly set! "
Pause