use the psutils repo for runat, and note that you can use vimtutor after installing vim

This commit is contained in:
Luke Sampson 2013-06-28 22:24:15 +10:00
parent 45f29682f4
commit fdd56b569c
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"version": "20130629",
"url": "https://gist.github.com/lukesampson/5778559/raw/runat.ps1",
"url": "https://raw.github.com/lukesampson/psutils/master/runat.ps1",
"bin": "runat.ps1"
}

View File

@ -11,5 +11,8 @@
{ "md5": "e16ec5b633d2f00bf511529e6abf3670" }
],
"unzip_folder": "vim\\vim73",
"bin": [ "vim.exe" ]
"bin": [ "vim.exe" ],
"note": "The vimtutor supplied with this distribution doesn't work Scoop.
Run `scoop install vimtutor` to get the Vim Tutor."
}