{ "homepage": "http://www.vim.org", "license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license", "version": "8.0.0617", "architecture": { "32bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0617/gvim_8.0.0617_x86.zip", "hash": "5a5a0ec0d6de2bf6401b3523a14f1b4e0c7c9649a19369e6e4334dc745f07efa" }, "64bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0617/gvim_8.0.0617_x64.zip", "hash": "621aff4cfe94323729e33f80a6220376fd231b7378fec2cd8f01e9086db10823" } }, "extract_dir": "vim\\vim80", "bin": [ "vim.exe", "gvim.exe" ], "post_install": "if(!(test-path ~\\.vimrc)) { cp \"$dir\\vimrc_example.vim\" ~\\.vimrc \"set shell=$((gcm powershell).path)\\ -executionpolicy\\ bypass\" | out-file ~\\.vimrc -append -encoding ascii echo '~/.vimrc was created with your shell set to Powershell.' } else { echo '~/.vimrc exists, skipping' }", "checkver": { "github": "https://github.com/vim/vim-win32-installer" }, "env_set": { "VIM": "$dir" }, "autoupdate": { "architecture": { "32bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x86.zip", "extract_dir": "vim\\vim$majorVersion$minorVersion" }, "64bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x64.zip", "extract_dir": "vim\\vim$majorVersion$minorVersion" } } }, "suggest": { "vimtutor": "vimtutor" } }