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