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