From 8640f88272a2aa6729e28a41e8a5aaeb65d317ca Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 3 May 2018 23:00:38 +0000 Subject: [PATCH] Update vim to version 8.0.1789 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 69fcfe3c36..9a595baab8 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.0.1788", + "version": "8.0.1789", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1788/gvim_8.0.1788_x86.zip", - "hash": "2982e9da9da1217f284956af6ce7c09f4d587513f30f9a3c1789505bcf4aeeb6" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1789/gvim_8.0.1789_x86.zip", + "hash": "919fe49265a3af2b33abc2feba48682605d0c8e0f83bc48d21733cc260e949a4" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1788/gvim_8.0.1788_x64.zip", - "hash": "320b743d9591b0a27f95b63352820dd1ea334cddf9ce6f658b0dcb262dd4420a" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1789/gvim_8.0.1789_x64.zip", + "hash": "08038414528b9c7ebab64e1e21ce2d9f5b640a58ade10914f1896c9fa149ed44" } }, "extract_dir": "vim\\vim80",