{ "homepage": "http://www.vim.org", "license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license", "version": "8.0.0562", "architecture": { "32bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0562/gvim_8.0.0562_x86.zip", "hash": "63bed0069347d268207974c1794b24a0838fd82b6565a93844c83da583ff40fb" }, "64bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0562/gvim_8.0.0562_x64.zip", "hash": "bd5161fa6670e69a88e67080c09b18d9dd7f49e0c8a15e3fef3eb79c207b5167" } }, "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" } }