{ "version": "9.1.0330", "description": "A highly configurable text editor", "homepage": "https://www.vim.org", "license": "Vim", "notes": "Add gVim as a context menu option by running: \"$dir\\install-context.reg\"", "suggest": { "vimtutor": "vimtutor" }, "architecture": { "64bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0330/gvim_9.1.0330_x64.zip", "hash": "bdc27f1a6d81b72272e56d7a75dff7bd9b5861c354ab789581c873e9b0379493", "extract_dir": "vim/vim91" }, "32bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0330/gvim_9.1.0330_x86.zip", "hash": "a9f40d4111ee43fbcbf1aa5690a4cef33e7f7b78faac2af6a20efc12297e7300", "extract_dir": "vim/vim91" } }, "post_install": [ "'install-context.reg', 'uninstall-context.reg' | ForEach-Object {", " $vimpath = \"$dir\\gVim.exe\".Replace('\\', '\\\\')", " $content = (Get-Content \"$bucketsdir\\main\\scripts\\vim\\$_\").Replace('$vim', $vimpath)", " if ($global) { $content = $content.Replace('HKEY_CURRENT_USER', 'HKEY_LOCAL_MACHINE') }", " Set-Content \"$dir\\$_\" $content", "}" ], "bin": [ "vim.exe", [ "vim.exe", "vi" ], [ "vim.exe", "ex", "-e" ], [ "vim.exe", "view", "-R" ], [ "vim.exe", "rvim", "-Z" ], [ "vim.exe", "rview", "-RZ" ], [ "vim.exe", "vimdiff", "-d" ], "gvim.exe", [ "gvim.exe", "gview", "-R" ], [ "gvim.exe", "evim", "-y" ], [ "gvim.exe", "eview", "-Ry" ], [ "gvim.exe", "rgvim", "-Z" ], [ "gvim.exe", "rgview", "-RZ" ], [ "gvim.exe", "gvimdiff", "-d" ], "xxd.exe" ], "shortcuts": [ [ "gvim.exe", "gVim" ] ], "checkver": { "github": "https://github.com/vim/vim-win32-installer" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x64.zip", "extract_dir": "vim/vim$majorVersion$minorVersion" }, "32bit": { "url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x86.zip", "extract_dir": "vim/vim$majorVersion$minorVersion" } } } }