1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 01:27:53 +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

@ -57,7 +57,7 @@ if (Get-Command "gvim" -ErrorAction SilentlyContinue) {
echo "[OK] Test successfully. Moving to next..." echo "[OK] Test successfully. Moving to next..."
sleep 1 sleep 1
} else { } 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 ""
echo "[WARNING] Please install gvim later or make your PATH correctly set! " echo "[WARNING] Please install gvim later or make your PATH correctly set! "
Pause Pause