From 59ddc65b2cbd353bec3f8b33b928e18067eb1d30 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 1 May 2018 23:00:37 +0000 Subject: [PATCH] Update vim to version 8.0.1787 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index d0d5f35add..c618ed6bba 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.0.1780", + "version": "8.0.1787", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1780/gvim_8.0.1780_x86.zip", - "hash": "945944d5bbbc7756cf4aab923b32818c798e154076beeb4e893474268be08c18" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1787/gvim_8.0.1787_x86.zip", + "hash": "b390cdb559dfb2c8b6dbb38defef589e088c7a334cb4492d52f0290213d56200" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1780/gvim_8.0.1780_x64.zip", - "hash": "b7123ecc6e75b02f65ac13755d4da5dc69862970edeaadca7f4ad01cc03f991c" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1787/gvim_8.0.1787_x64.zip", + "hash": "20d82ac9f6d5ccfbc2d2ed9b307e2e6ef67b14b62a9aa3bb89f0ed893593ba02" } }, "extract_dir": "vim\\vim80",