2013-06-30 10:34:50 +10:00

22 lines
868 B
JSON

{
"url": "http://www.vim.org",
"license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license",
"version": "7.3.046",
"url": [
"ftp://ftp.vim.org/pub/vim/pc/vim73_46rt.zip",
"ftp://ftp.vim.org/pub/vim/pc/vim73_46w32.zip",
"https://raw.github.com/lukesampson/psutils/master/vimtutor.ps1"
],
"hash": [
"md5:29142b7d4ff0b65c394c4a1ef1263ded",
"md5:e16ec5b633d2f00bf511529e6abf3670",
"sha256:4e810abcf8155ac50a452ead32d286ff057e46c31e433c267f3170f825983e46"
],
"unzip_folder": "vim\\vim73",
"bin": [ "vim.exe", "vimtutor.ps1" ],
"post_install": "if(!(test-path ~\\.vimrc)) {
cp \"$(split-path(scoop which vim))\\vimrc_example.vim\" ~\\.vimrc
\"set shell=$((gcm powershell).path)\" | out-file ~\\.vimrc -append -encoding ascii
echo '~/.vimrc was created with your shell set to Powershell.'
} else { echo '~/.vimrc exists, skipping' }"
}